FlowChart のレイアウト修正

This commit is contained in:
2023-11-14 09:11:46 +09:00
parent 8b9cfa34c7
commit 17760a6926
5 changed files with 57 additions and 164 deletions

View File

@@ -17,7 +17,6 @@ const routes: RouteRecordRaw[] = [
{ path: 'FlowChartTest', component: () => import('pages/FlowChartTest.vue') },
{ path: 'flowEditor', component: () => import('pages/FlowEditorPage.vue') },
{ path: 'FlowChart', component: () => import('pages/FlowChart.vue') },
{ path: 'flowChart2', component: () => import('pages/FlowEditorPage2.vue') },
{ path: 'right', component: () => import('pages/testRight.vue') },
{ path: 'domain', component: () => import('pages/TenantDomain.vue') },
{ path: 'userdomain', component: () => import('pages/UserDomain.vue') }