Skip to content

Commit

Permalink
docs: typo (vuejs#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
radio-qq authored Aug 16, 2021
1 parent cc0eaa2 commit 182e839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/guide/advanced/scroll-behavior.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const router = createRouter({
scrollBehavior(to, from, savedPosition) {
if (to.hash) {
return {
el: to.hash
el: to.hash,
behavior: 'smooth',
}
}
Expand Down

0 comments on commit 182e839

Please sign in to comment.