fix(frontend): テーマプレビューが見れない問題を修正 (#14097)
* fix(frontend): テーマプレビューが見れない問題を修正 * fix: MkPreview.vue, preview.vue
This commit is contained in:
parent
1c5d0cf536
commit
77012f2f29
3 changed files with 179 additions and 0 deletions
|
|
@ -251,6 +251,9 @@ const routes: RouteDef[] = [{
|
|||
}, {
|
||||
path: '/scratchpad',
|
||||
component: page(() => import('@/pages/scratchpad.vue')),
|
||||
}, {
|
||||
path: '/preview',
|
||||
component: page(() => import('@/pages/preview.vue')),
|
||||
}, {
|
||||
path: '/auth/:token',
|
||||
component: page(() => import('@/pages/auth.vue')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue