ハッシュタグもデッキ内ナビゲーションするように

This commit is contained in:
syuilo
2018-10-20 08:03:45 +09:00
parent 890ecb693f
commit 77ddd778be
3 changed files with 51 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ init(async (launch) => {
{ path: '/i/drive/folder/:folder', component: MkDrive },
{ path: '/selectdrive', component: MkSelectDrive },
{ path: '/search', component: MkSearch },
{ path: '/tags/:tag', component: MkTag },
{ path: '/tags/:tag', name: 'tag', component: MkTag },
{ path: '/share', component: MkShare },
{ path: '/reversi/:game?', component: MkReversi },
{ path: '/@:user', name: 'user', component: MkUser },