add right drawer

This commit is contained in:
2023-09-08 03:52:18 +00:00
parent cccff1d16d
commit 063a5af822
3 changed files with 107 additions and 0 deletions

View File

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