summaryrefslogtreecommitdiff
path: root/src/web/app/mobile/script.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-07 18:55:02 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-07 18:55:02 +0900
commit7f0b9d933db747d29d033491047fca7ef0d59b97 (patch)
tree47e6c04db5a72a12d3e87d14ffef12160a2d4a50 /src/web/app/mobile/script.ts
parentwip (diff)
downloadsharkey-7f0b9d933db747d29d033491047fca7ef0d59b97.tar.gz
sharkey-7f0b9d933db747d29d033491047fca7ef0d59b97.tar.bz2
sharkey-7f0b9d933db747d29d033491047fca7ef0d59b97.zip
wip
Diffstat (limited to 'src/web/app/mobile/script.ts')
-rw-r--r--src/web/app/mobile/script.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/web/app/mobile/script.ts b/src/web/app/mobile/script.ts
index eeadfd92b0..27c18c5ae1 100644
--- a/src/web/app/mobile/script.ts
+++ b/src/web/app/mobile/script.ts
@@ -4,6 +4,7 @@
// Style
import './style.styl';
+import '../../element.scss';
import init from '../init';
@@ -28,6 +29,7 @@ import MkFollowers from './views/pages/followers.vue';
import MkFollowing from './views/pages/following.vue';
import MkSettings from './views/pages/settings.vue';
import MkProfileSetting from './views/pages/profile-setting.vue';
+import MkOthello from './views/pages/othello.vue';
/**
* init
@@ -67,6 +69,7 @@ init((launch) => {
{ path: '/i/drive/file/:file', component: MkDrive },
{ path: '/selectdrive', component: MkSelectDrive },
{ path: '/search', component: MkSearch },
+ { path: '/game/othello', component: MkOthello },
{ path: '/:user', component: MkUser },
{ path: '/:user/followers', component: MkFollowers },
{ path: '/:user/following', component: MkFollowing },