diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-20 13:31:43 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-20 13:31:43 +0900 |
| commit | 4953842ff1c65fc850c856e11598e9901ff7c6e1 (patch) | |
| tree | f06129067250842ee44a975235a054cc27b3dc44 /src/client/app/desktop/script.ts | |
| parent | :art: (diff) | |
| download | sharkey-4953842ff1c65fc850c856e11598e9901ff7c6e1.tar.gz sharkey-4953842ff1c65fc850c856e11598e9901ff7c6e1.tar.bz2 sharkey-4953842ff1c65fc850c856e11598e9901ff7c6e1.zip | |
:v:
Diffstat (limited to 'src/client/app/desktop/script.ts')
| -rw-r--r-- | src/client/app/desktop/script.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/app/desktop/script.ts b/src/client/app/desktop/script.ts index 8d95d81775..3b0ed48cd0 100644 --- a/src/client/app/desktop/script.ts +++ b/src/client/app/desktop/script.ts @@ -25,6 +25,7 @@ import updateBanner from './api/update-banner'; import MkIndex from './views/pages/index.vue'; import MkUser from './views/pages/user/user.vue'; +import MkFavorites from './views/pages/favorites.vue'; import MkSelectDrive from './views/pages/selectdrive.vue'; import MkDrive from './views/pages/drive.vue'; import MkHomeCustomize from './views/pages/home-customize.vue'; @@ -50,6 +51,7 @@ init(async (launch) => { routes: [ { path: '/', name: 'index', component: MkIndex }, { path: '/i/customize-home', component: MkHomeCustomize }, + { path: '/i/favorites', component: MkFavorites }, { path: '/i/messaging/:user', component: MkMessagingRoom }, { path: '/i/drive', component: MkDrive }, { path: '/i/drive/folder/:folder', component: MkDrive }, |