We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993c58c commit 2c757a1Copy full SHA for 2c757a1
docs/guide/advanced/scroll-behavior.md
@@ -89,7 +89,7 @@ You can enable native smooth scrolling for [browsers supporting it](https://deve
89
scrollBehavior (to, from, savedPosition) {
90
if (to.hash) {
91
return {
92
- selector: to.hash
+ selector: to.hash,
93
behavior: 'smooth',
94
}
95
0 commit comments