diff --git a/frontend/components/product/ProductVariant.vue b/frontend/components/product/ProductVariant.vue new file mode 100644 index 0000000..20d8586 --- /dev/null +++ b/frontend/components/product/ProductVariant.vue @@ -0,0 +1,77 @@ + + + + + + + + + + + + + {{ variantDetail.price }} + + + + + + {{ variantDetail.discount }} + + + + + اتمام موجودی + + + + + + + رنگ + + + + + {{ attribute.attribute_type.name }} + {{ attribute.value }} + + + + + + \ No newline at end of file