diff --git a/frontend/components/cart/index/CartItem.vue b/frontend/components/cart/index/CartItem.vue index abb7494..2740d87 100644 --- a/frontend/components/cart/index/CartItem.vue +++ b/frontend/components/cart/index/CartItem.vue @@ -59,7 +59,7 @@ const handleDeleteFromCart = () => { }, }); }, - } + }, ); }; @@ -106,9 +106,9 @@ watch( }, }); }, - } + }, ); - } + }, ); @@ -117,8 +117,12 @@ watch( class="flex flex-col items-center w-full gap-4 p-4 border lg:flex-row border-slate-200 rounded-xl bg-slate-50 overflow-hidden relative" >
+
-
@@ -142,7 +142,7 @@ watch(
{{ data.discount_amount }} تخفیف @@ -164,7 +164,7 @@ watch( {{ data.product.title }} -
+
{{ variant.value }} @@ -305,7 +305,7 @@ watch(
{{ data.price }} @@ -315,7 +315,7 @@ watch( > تخفیف ویژه: {{ data.special_discount_amount }} - + {{ data.final_price }}