summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/router.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/router.ts b/src/client/router.ts
index 9c028e9edc..31c358ffe7 100644
--- a/src/client/router.ts
+++ b/src/client/router.ts
@@ -50,12 +50,11 @@ 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;
} else {
return { x: 0, y: 0 };
}
- }*/
+ }
});