scrollBehavior
This commit is contained in:
parent
0912ae905a
commit
91f19e0577
1 changed files with 3 additions and 0 deletions
3
app/router.scrollBehavior.js
Normal file
3
app/router.scrollBehavior.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
export default function (to, from, savedPosition) {
|
||||
return { x: 0, y: 0 }
|
||||
}
|
Loading…
Reference in a new issue