This commit is contained in:
syuilo
2020-02-07 19:15:08 +09:00
parent 04db5944d1
commit ff059d1268
5 changed files with 43 additions and 2 deletions

View File

@ -21,6 +21,7 @@ export const router = new VueRouter({
{ path: '/announcements', component: page('announcements') },
{ path: '/about', component: page('about') },
{ path: '/featured', component: page('featured') },
{ path: '/docs', component: page('docs') },
{ path: '/docs/:doc', component: page('doc'), props: true },
{ path: '/explore', component: page('explore') },
{ path: '/explore/tags/:tag', props: true, component: page('explore') },