custom order placeholder

This commit is contained in:
Tim Olson
2023-12-13 23:19:56 -04:00
parent 7f5bbf2171
commit 206fb21687
4 changed files with 106 additions and 1 deletions

View File

@@ -48,6 +48,11 @@ const routes = [
name: 'Diagonal',
component: () => import(/* webpackChunkName: "diagonal" */ '@/components/DiagonalOrder.vue'),
},
{
path: '/custom',
name: 'Custom',
component: () => import(/* webpackChunkName: "custom" */ '@/components/CustomOrder.vue'),
},
],
},
]