Improve theme editor
This commit is contained in:
parent
091d6f6a3e
commit
86eb487a38
4 changed files with 111 additions and 62 deletions
|
@ -76,6 +76,7 @@ export const router = createRouter({
|
|||
{ path: '/games/reversi/:gameId', component: page('reversi/game'), props: route => ({ gameId: route.params.gameId }) },
|
||||
{ path: '/mfm-cheat-sheet', component: page('mfm-cheat-sheet') },
|
||||
{ path: '/api-console', component: page('api-console') },
|
||||
{ path: '/preview', component: page('preview') },
|
||||
{ path: '/test', component: page('test') },
|
||||
{ path: '/auth/:token', component: page('auth') },
|
||||
{ path: '/miauth/:session', component: page('miauth') },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue