создаю телегу товаров
All checks were successful
Deploy / build (push) Successful in 47s

This commit is contained in:
alsaze
2025-10-01 16:35:25 +03:00
parent 83d2a56e52
commit bb195777c3
5 changed files with 69 additions and 27 deletions

View File

@@ -8,10 +8,6 @@
>
</NuxtLink>
<pre>
{{ variations }}
</pre>
<div>
{{ productsData?.name }}
@@ -21,9 +17,8 @@
</div>
<div class="cart-item__attributes">
{{ t(`colors.${color}`) }}
{{ t(`materials.${material}`) }}
{{ `размер ${size}` }}
<div>{{ t(`colors.${color}`) }} {{ t(`materials.${material}`) }}</div>
<div>{{ `размер ${size}` }}</div>
</div>
<div>
@@ -67,7 +62,7 @@ const deleteItem = (item) => {
&__attributes {
display: flex;
flex-direction: row;
flex-direction: column;
justify-content: space-between;
}
}