Add icon image to ProductsSlider in Cart component
This commit is contained in:
@@ -67,7 +67,10 @@ const hasCartItem = computed(() => !!cart.value && cart.value.items.length! > 0)
|
|||||||
<CartSummary v-if="hasCartItem && !cartIsLoading" />
|
<CartSummary v-if="hasCartItem && !cartIsLoading" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ProductsSlider title="دیگر محصولات" />
|
<ProductsSlider
|
||||||
|
title="دیگر محصولات"
|
||||||
|
icon-image="/img/simulare-products-section.gif"
|
||||||
|
/>
|
||||||
</main>
|
</main>
|
||||||
<div class="w-full flex-col flex mt-20">
|
<div class="w-full flex-col flex mt-20">
|
||||||
<ServiceHighlights />
|
<ServiceHighlights />
|
||||||
|
|||||||
Reference in New Issue
Block a user