This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user