fix extra code after merge
This commit is contained in:
@@ -8,8 +8,7 @@ const routes: RouteRecordRaw[] = [
|
||||
{ path: '', component: () => import('pages/IndexPage.vue') },
|
||||
{ path: 'ruleEditor', component: () => import('pages/RuleEditor.vue') },
|
||||
{ path: 'flowEditor', component: () => import('pages/FlowEditorPage.vue') }
|
||||
],
|
||||
children: [{ path: '', component: () => import('pages/IndexPage.vue') }],
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/test/',
|
||||
|
||||
Reference in New Issue
Block a user