product-card

This commit is contained in:
Veselov
2025-09-16 23:14:47 +03:00
parent 2226fb2abe
commit e2ebf54d56
13 changed files with 77 additions and 35 deletions

View File

@@ -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>