From a941c05d7544429e7c4239213fd164267b722efb Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 1 Feb 2020 09:19:05 +0900 Subject: [PATCH] Update router.ts --- src/client/router.ts | 1 + 1 file changed, 1 insertion(+) 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;