Rulr Editor 作成

This commit is contained in:
2023-07-14 16:19:05 +09:00
parent 4620942795
commit b97e8067ae
4 changed files with 62 additions and 6 deletions

View File

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