add right panel with pinia

This commit is contained in:
2023-09-23 15:19:53 +09:00
parent f34dec1054
commit 6902079866
6 changed files with 252 additions and 146 deletions

View File

@@ -11,6 +11,7 @@ const routes: RouteRecordRaw[] = [
{ path: 'flow', component: () => import('pages/testFlow.vue') },
{ path: 'flowchart', component: () => import('pages/FlowChartTest.vue') },
{ path: 'flowEditor', component: () => import('pages/FlowEditorPage.vue') },
{ path: 'flowEditor2', component: () => import('pages/FlowEditorPage2.vue') },
{ path: 'right', component: () => import('pages/testRight.vue') },
],
},