diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-01 09:19:05 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-01 09:19:05 +0900 |
| commit | a941c05d7544429e7c4239213fd164267b722efb (patch) | |
| tree | 593a4e9d08af2fd789cfd7dd2749c87589cf58a8 /src/client/router.ts | |
| parent | Update CHANGELOG.md (diff) | |
| download | misskey-a941c05d7544429e7c4239213fd164267b722efb.tar.gz misskey-a941c05d7544429e7c4239213fd164267b722efb.tar.bz2 misskey-a941c05d7544429e7c4239213fd164267b722efb.zip | |
Update router.ts
Diffstat (limited to 'src/client/router.ts')
| -rw-r--r-- | src/client/router.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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; |