diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-16 18:42:49 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-16 18:42:49 +0900 |
| commit | 555a0f276cfabfc5288bb76bdf1274cf9e7fb8d4 (patch) | |
| tree | 030dfd1736ef4e13f36e9e773f9e5c23beebd372 /src/client/app/mobile/script.ts | |
| parent | 3.0.1 (diff) | |
| download | sharkey-555a0f276cfabfc5288bb76bdf1274cf9e7fb8d4.tar.gz sharkey-555a0f276cfabfc5288bb76bdf1274cf9e7fb8d4.tar.bz2 sharkey-555a0f276cfabfc5288bb76bdf1274cf9e7fb8d4.zip | |
MisskeyShare
Diffstat (limited to 'src/client/app/mobile/script.ts')
| -rw-r--r-- | src/client/app/mobile/script.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/app/mobile/script.ts b/src/client/app/mobile/script.ts index 8ee078d621..1572fd73ed 100644 --- a/src/client/app/mobile/script.ts +++ b/src/client/app/mobile/script.ts @@ -37,6 +37,7 @@ import MkUserList from './views/pages/user-list.vue'; import MkSettings from './views/pages/settings.vue'; import MkOthello from './views/pages/othello.vue'; import MkTag from './views/pages/tag.vue'; +import MkShare from './views/pages/share.vue'; /** * init @@ -73,6 +74,7 @@ init((launch) => { { path: '/selectdrive', component: MkSelectDrive }, { path: '/search', component: MkSearch }, { path: '/tags/:tag', component: MkTag }, + { path: '/share', component: MkShare }, { path: '/othello', name: 'othello', component: MkOthello }, { path: '/othello/:game', component: MkOthello }, { path: '/@:user', component: MkUser }, |