summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/script.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-16 06:50:58 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-16 06:50:58 +0900
commitc2b1bbeec5f48eb96ea50914d80581aab5119bf3 (patch)
treed3719f6ced15710653cb535b513081e53e0ebc46 /src/client/app/mobile/script.ts
parentAdd missing comma (diff)
downloadsharkey-c2b1bbeec5f48eb96ea50914d80581aab5119bf3.tar.gz
sharkey-c2b1bbeec5f48eb96ea50914d80581aab5119bf3.tar.bz2
sharkey-c2b1bbeec5f48eb96ea50914d80581aab5119bf3.zip
Exploreページを実装
Diffstat (limited to 'src/client/app/mobile/script.ts')
-rw-r--r--src/client/app/mobile/script.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/mobile/script.ts b/src/client/app/mobile/script.ts
index f912c0d53b..1feff3d5eb 100644
--- a/src/client/app/mobile/script.ts
+++ b/src/client/app/mobile/script.ts
@@ -134,6 +134,7 @@ init((launch) => {
{ path: '/search', component: MkSearch },
{ path: '/tags/:tag', component: MkTag },
{ path: '/featured', name: 'featured', component: () => import('./views/pages/featured.vue').then(m => m.default) },
+ { path: '/explore', name: 'explore', component: () => import('./views/pages/explore.vue').then(m => m.default) },
{ path: '/share', component: MkShare },
{ path: '/games/reversi/:game?', name: 'reversi', component: MkReversi },
{ path: '/@:user', component: () => import('./views/pages/user.vue').then(m => m.default) },