ハッシュタグもデッキ内ナビゲーションするように
This commit is contained in:
parent
890ecb693f
commit
77ddd778be
3 changed files with 51 additions and 2 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue