summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/script.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-06-12 19:03:57 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-06-12 19:03:57 +0900
commit413fbb3d0c6040fe88730f5d4f65d1add3b1e59e (patch)
treedb7a3a3ee4c72a889594f67222764341414112c7 /src/client/app/mobile/script.ts
parent#1710 (diff)
downloadsharkey-413fbb3d0c6040fe88730f5d4f65d1add3b1e59e.tar.gz
sharkey-413fbb3d0c6040fe88730f5d4f65d1add3b1e59e.tar.bz2
sharkey-413fbb3d0c6040fe88730f5d4f65d1add3b1e59e.zip
モバイルでもハッシュタグを検索できるように
Diffstat (limited to 'src/client/app/mobile/script.ts')
-rw-r--r--src/client/app/mobile/script.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/app/mobile/script.ts b/src/client/app/mobile/script.ts
index 300615ec58..d505b38dcc 100644
--- a/src/client/app/mobile/script.ts
+++ b/src/client/app/mobile/script.ts
@@ -42,6 +42,7 @@ import MkUserLists from './views/pages/user-lists.vue';
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';
Vue.use(MdCard);
Vue.use(MdButton);
@@ -88,6 +89,7 @@ init((launch) => {
{ path: '/i/drive/file/:file', component: MkDrive },
{ path: '/selectdrive', component: MkSelectDrive },
{ path: '/search', component: MkSearch },
+ { path: '/tags/:tag', component: MkTag },
{ path: '/othello', name: 'othello', component: MkOthello },
{ path: '/othello/:game', component: MkOthello },
{ path: '/@:user', component: MkUser },