This commit is contained in:
Xeltica
2020-02-07 01:20:04 +09:00
committed by GitHub
parent 38215f2cf9
commit 9c97bb431c
4 changed files with 144 additions and 96 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: '/document', component: page('document') },
{ path: '/explore', component: page('explore') },
{ path: '/explore/tags/:tag', props: true, component: page('explore') },
{ path: '/search', component: page('search') },