This commit is contained in:
syuilo
2020-02-06 23:12:27 +09:00
parent 294c9840de
commit 15a41e31b0
3 changed files with 78 additions and 0 deletions

View File

@ -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