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 ed49a9f commit a1e3306Copy full SHA for a1e3306
examples/scroll-behavior/app.js
@@ -24,7 +24,7 @@ const scrollBehavior = (to, from, savedPosition) => {
24
// savedPosition is only available for popstate navigations.
25
return savedPosition
26
} else {
27
- let position = {}
+ const position = {}
28
// new navigation.
29
// scroll to anchor by returning the selector
30
if (to.hash) {
0 commit comments