flow function add

This commit is contained in:
2023-08-09 13:36:09 +00:00
parent f597f7aa5a
commit 7a9718a6fa
4 changed files with 173 additions and 10 deletions

View File

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