order sharing
This commit is contained in:
@@ -14,6 +14,11 @@ const routes = [
|
||||
// which is lazy-loaded when the route is visited.
|
||||
component: () => import('@/components/chart/ChartPlaceOrder.vue'),
|
||||
},
|
||||
{
|
||||
name: 'Shared',
|
||||
path: '/shared',
|
||||
component: ()=> import('@/components/chart/Shared.vue')
|
||||
},
|
||||
{
|
||||
name: 'Order',
|
||||
path: '/order',
|
||||
|
||||
Reference in New Issue
Block a user