簡易テーマエディタ実装
This commit is contained in:
parent
f7ebf14501
commit
edbaa07867
8 changed files with 530 additions and 299 deletions
|
@ -29,6 +29,7 @@ export const router = createRouter({
|
|||
{ path: '/featured', component: page('featured') },
|
||||
{ path: '/docs', component: page('docs') },
|
||||
{ path: '/theme-editor', component: page('theme-editor') },
|
||||
{ path: '/advanced-theme-editor', component: page('advanced-theme-editor') },
|
||||
{ path: '/docs/:doc', component: page('doc'), props: route => ({ doc: route.params.doc }) },
|
||||
{ path: '/explore', component: page('explore') },
|
||||
{ path: '/explore/tags/:tag', props: true, component: page('explore') },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue