From 4ec264755f2aff07d9db6df83ec96b8e2f1e08b1 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat, 1 Feb 2020 09:16:18 +0900
Subject: [PATCH] Update router.ts

---
 src/client/router.ts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/client/router.ts b/src/client/router.ts
index 9c028e9ed..31c358ffe 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 };
 		}
-	}*/
+	}
 });