Update router.ts
This commit is contained in:
parent
50fd020509
commit
a941c05d75
@ -50,6 +50,7 @@ export const router = new VueRouter({
|
||||
{ path: '/authorize-follow', component: () => import('./pages/follow.vue').then(m => m.default) },
|
||||
/*{ path: '*', component: MkNotFound }*/
|
||||
],
|
||||
// なんかバギー
|
||||
scrollBehavior(to, from, savedPosition) {
|
||||
if (savedPosition) {
|
||||
return savedPosition;
|
||||
|
Loading…
Reference in New Issue
Block a user