subcatprod

This commit is contained in:
Surya Paolo
2024-01-12 13:03:07 +01:00
parent ee064854a7
commit 89e8575aae
12 changed files with 97 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ function getRecordProductInfoEmpty(): IProductInfo {
description: '',
department: '',
catprods: [],
subcatprods: [],
color: '',
size: '',
weight: 0,
@@ -101,6 +102,7 @@ export const useProducts = defineStore('Products', {
cart: { items: [], totalPrice: 0, totalQty: 0, userId: '' },
orders: [],
catprods: [],
subcatprods: [],
productInfos: [],
}),