New basket table, add empty state on basket page, new BasketItemModel
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user