Merge remote-tracking branch 'origin/fang' into mvp_step2_dev

This commit is contained in:
2023-09-09 01:25:06 +09:00
3 changed files with 104 additions and 1 deletions

View File

@@ -10,7 +10,8 @@ const routes: RouteRecordRaw[] = [
{ path: 'test', component: () => import('pages/testQursar.vue') },
{ path: 'flow', component: () => import('pages/testFlow.vue') },
{ path: 'flowchart', component: () => import('pages/FlowChartTest.vue') },
{ path: 'flowEditor', component: () => import('pages/FlowEditorPage.vue') }
{ path: 'flowEditor', component: () => import('pages/FlowEditorPage.vue') },
{ path: 'right', component: () => import('pages/testRight.vue') },
],
},
// Always leave this as last one,