diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-21 01:14:25 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-21 01:14:25 +0900 |
| commit | 49d257992fe5e2134498e65b5cf76942cf877aa9 (patch) | |
| tree | 50af6e8dda481c924d9f6f6b171bcaab41fe928a /src/web/app/desktop/script.ts | |
| parent | wip (diff) | |
| download | sharkey-49d257992fe5e2134498e65b5cf76942cf877aa9.tar.gz sharkey-49d257992fe5e2134498e65b5cf76942cf877aa9.tar.bz2 sharkey-49d257992fe5e2134498e65b5cf76942cf877aa9.zip | |
wip
Diffstat (limited to 'src/web/app/desktop/script.ts')
| -rw-r--r-- | src/web/app/desktop/script.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/desktop/script.ts b/src/web/app/desktop/script.ts index cf725d27c6..2477f62f49 100644 --- a/src/web/app/desktop/script.ts +++ b/src/web/app/desktop/script.ts @@ -59,7 +59,7 @@ init(async (launch) => { } app.$router.addRoutes([{ - path: '/', component: MkIndex + path: '/', name: 'index', component: MkIndex }, { path: '/i/drive', component: MkDrive }, { |