diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-01 10:57:47 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-01 10:57:47 +0900 |
| commit | e2610c52f302c772aecc346daa7f4fea78111a2c (patch) | |
| tree | 60d70f84f2b76e23a48d709db5be4f4dea05e2fb /src | |
| parent | Add note (diff) | |
| download | sharkey-e2610c52f302c772aecc346daa7f4fea78111a2c.tar.gz sharkey-e2610c52f302c772aecc346daa7f4fea78111a2c.tar.bz2 sharkey-e2610c52f302c772aecc346daa7f4fea78111a2c.zip | |
Update router.ts
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/router.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/router.ts b/src/client/router.ts index 8c4e762d31..437f88219c 100644 --- a/src/client/router.ts +++ b/src/client/router.ts @@ -60,7 +60,7 @@ export const router = new VueRouter({ } else { window.scroll({ top: 0, behavior: 'instant' }); } - }, 1000); + }, 600); return; } }); |