intermediate checkin during chart order form work
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user