renamed tabs; "Click the chart!"

This commit is contained in:
Tim
2024-03-30 00:31:42 -04:00
parent 7f7743445f
commit 391c5738ed
10 changed files with 23 additions and 18 deletions

View File

@@ -14,7 +14,7 @@ const routes = [
component: () => import(/* webpackChunkName: "chartorder" */ '@/components/chart/ChartPlaceOrder.vue'),
},
{
path: '/create',
path: '/order',
name: 'Edit',
// route level code-splitting
// this generates a separate chunk (about.[hash].js) for this route
@@ -30,16 +30,16 @@ const routes = [
component: () => import(/* webpackChunkName: "vaultview" */ '@/components/chart/ChartVault.vue'),
},
{
path: '/orders',
path: '/status',
name: 'Orders',
// 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: "ordersview" */ '@/components/chart/ChartOrders.vue'),
component: () => import(/* webpackChunkName: "ordersview" */ '@/components/chart/ChartStatus.vue'),
},
/*
{
path: '/create',
path: '/order',
name: 'Create',
component: () => import(/!* webpackChunkName: "chartorder" *!/ '@/components/chart/ChartPlaceOrder.vue'),
},