fix: new page ProductsView

This commit is contained in:
2026-03-12 10:03:13 +01:00
parent 9fc208192d
commit ea8d05ddce
4 changed files with 354 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ const router = createRouter({
component: Default,
children: [
{ path: '', component: () => import('../views/RepoChartView.vue'), name: 'home' },
{ path: 'products', component: () => import('../views/customer/ProductsView.vue'), name: 'products' },
],
},
{