refactor(frontend): use composition api
This commit is contained in:
parent
238d0fa667
commit
3d4a90b08a
7 changed files with 125 additions and 381 deletions
|
|
@ -242,9 +242,6 @@ export const routes = [{
|
|||
}, {
|
||||
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