diff --git a/src/client/router.ts b/src/client/router.ts index 31c358ffe7..1f0dac3a41 100644 --- a/src/client/router.ts +++ b/src/client/router.ts @@ -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;