Fix bug
This commit is contained in:
parent
38dded5061
commit
53f018aae6
3 changed files with 32 additions and 3 deletions
|
|
@ -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 };
|
||||
}
|
||||
}*/
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue