fang create

This commit is contained in:
2023-09-06 13:02:40 +00:00
parent 7a9718a6fa
commit cccff1d16d
7 changed files with 334 additions and 0 deletions

View File

@@ -16,6 +16,12 @@ const routes: RouteRecordRaw[] = [
component: () => import('layouts/MainLayout.vue'),
children: [{ path: '', component: () => import('pages/testQursar.vue') }],
},
,
{
path: '/flow/',
component: () => import('layouts/MainLayout.vue'),
children: [{ path: '', component: () => import('pages/testFlow.vue') }],
},
// Always leave this as last one,
// but you can also remove it