Fix #5856
This commit is contained in:
parent
294c9840de
commit
15a41e31b0
3 changed files with 78 additions and 0 deletions
|
@ -52,6 +52,7 @@ export const router = new VueRouter({
|
|||
{ path: '/tags/:tag', component: page('tag') },
|
||||
{ path: '/auth/:token', component: page('auth') },
|
||||
{ path: '/authorize-follow', component: page('follow') },
|
||||
{ path: '/share', component: page('share') },
|
||||
/*{ path: '*', component: MkNotFound }*/
|
||||
],
|
||||
// なんかHacky
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue