diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-17 16:24:01 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-17 16:24:01 +0900 |
| commit | a1692ebc7cfa7b3c6943d552ae059261fa5d18d3 (patch) | |
| tree | 1ed5edf2fca8e7420c7ebe84855e52c21c390024 /src/client/app/mobile/script.ts | |
| parent | :v: (diff) | |
| download | sharkey-a1692ebc7cfa7b3c6943d552ae059261fa5d18d3.tar.gz sharkey-a1692ebc7cfa7b3c6943d552ae059261fa5d18d3.tar.bz2 sharkey-a1692ebc7cfa7b3c6943d552ae059261fa5d18d3.zip | |
モバイル版のウィジェット復活
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 2e9805e0d0..1405139be6 100644 --- a/src/client/app/mobile/script.ts +++ b/src/client/app/mobile/script.ts @@ -23,6 +23,7 @@ import MkUser from './views/pages/user.vue'; import MkSelectDrive from './views/pages/selectdrive.vue'; import MkDrive from './views/pages/drive.vue'; import MkNotifications from './views/pages/notifications.vue'; +import MkWidgets from './views/pages/widgets.vue'; import MkMessaging from './views/pages/messaging.vue'; import MkMessagingRoom from './views/pages/messaging-room.vue'; import MkNote from './views/pages/note.vue'; @@ -56,6 +57,7 @@ init((launch) => { { path: '/i/settings', component: MkSettings }, { path: '/i/settings/profile', component: MkProfileSetting }, { path: '/i/notifications', name: 'notifications', component: MkNotifications }, + { path: '/i/widgets', name: 'widgets', component: MkWidgets }, { path: '/i/messaging', name: 'messaging', component: MkMessaging }, { path: '/i/messaging/:user', component: MkMessagingRoom }, { path: '/i/drive', name: 'drive', component: MkDrive }, |