Skip to content

Commit a1e3306

Browse files
committed
fix lint
1 parent ed49a9f commit a1e3306

File tree

1 file changed

+1
-1
lines changed
  • examples/scroll-behavior

1 file changed

+1
-1
lines changed

examples/scroll-behavior/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const scrollBehavior = (to, from, savedPosition) => {
2424
// savedPosition is only available for popstate navigations.
2525
return savedPosition
2626
} else {
27-
let position = {}
27+
const position = {}
2828
// new navigation.
2929
// scroll to anchor by returning the selector
3030
if (to.hash) {

0 commit comments

Comments
 (0)