Fix bug
This commit is contained in:
@@ -49,5 +49,13 @@ export const router = new VueRouter({
|
||||
{ path: '/auth/:token', component: () => import('./pages/auth.vue').then(m => m.default) },
|
||||
{ path: '/authorize-follow', component: () => import('./pages/follow.vue').then(m => m.default) },
|
||||
/*{ path: '*', component: MkNotFound }*/
|
||||
]
|
||||
],
|
||||
/* なんかバギー
|
||||
scrollBehavior(to, from, savedPosition) {
|
||||
if (savedPosition) {
|
||||
return savedPosition;
|
||||
} else {
|
||||
return { x: 0, y: 0 };
|
||||
}
|
||||
}*/
|
||||
});
|
||||
|
Reference in New Issue
Block a user