product-card
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
<Icon name="ph:currency-rub" />
|
||||
</div>
|
||||
|
||||
<div v-if="product?.variations?.length">
|
||||
{{ `+${product?.variations?.length} Цвета` }}
|
||||
<div v-if="product?.colors?.length > 1">
|
||||
{{ `+${product?.colors?.length} Цвета` }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user