fix: page Cart

This commit is contained in:
2026-03-18 17:06:16 +01:00
parent 22e8556c9d
commit 718b4d23f1
4 changed files with 329 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ const router = createRouter({
{ path: 'products-datail/', component: () => import('../components/admin/ProductDetailView.vue'), name: 'product-detail' },
{ path: 'product-card-full/', component: () => import('../components/customer/PageProductCardFull.vue'), name: 'product-card-full' },
{ path: 'addresses', component: () => import('../components/customer/PageAddresses.vue'), name: 'addresses' },
{ path: 'cart', component: () => import('../components/customer/PageCart.vue'), name: 'cart' },
],
},
{