New basket table, add empty state on basket page, new BasketItemModel

This commit is contained in:
2024-09-09 19:47:46 +02:00
parent 6ff577ece1
commit 7ebc3c1c77
14 changed files with 190 additions and 68 deletions

View File

@@ -145,5 +145,9 @@ watch(() => onlyDiscounts.value, () => { filterProducts() })
</v-row>
</v-container>
<product-details v-model="showProductDetails" :product="dialogProduct" :productCategory="getCategoryById(dialogProduct.categoryId)" />
<product-details
v-model="showProductDetails"
:product="dialogProduct"
:productCategory="getCategoryById(dialogProduct.categoryId)"
/>
</template>