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" />
|
||||
</div>
|
||||
</div>
|
||||
<ProductsSlider title="دیگر محصولات" />
|
||||
<ProductsSlider
|
||||
title="دیگر محصولات"
|
||||
icon-image="/img/simulare-products-section.gif"
|
||||
/>
|
||||
</main>
|
||||
<div class="w-full flex-col flex mt-20">
|
||||
<ServiceHighlights />
|
||||
|
||||
Reference in New Issue
Block a user