intermediate checkin during chart order form work

This commit is contained in:
Tim
2024-02-29 17:54:50 -04:00
parent 8af1211ceb
commit 6cecac77db
14 changed files with 207 additions and 92 deletions

View File

@@ -12,12 +12,12 @@ const routes = [
// route level code-splitting
// this generates a separate chunk (about.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import(/* webpackChunkName: "create" */ '@/components/chart/ChartOrder.vue'),
component: () => import(/* webpackChunkName: "create" */ '@/components/chart/ChartOrderPane.vue'),
},
{
path: '/create',
name: 'Create',
component: () => import(/* webpackChunkName: "create" */ '@/components/chart/ChartOrder.vue'),
component: () => import(/* webpackChunkName: "create" */ '@/components/chart/ChartOrderPane.vue'),
},
{
path: '/vault',