Render colors
This commit is contained in:
@@ -92,7 +92,7 @@ const onSwiper = (swiper: SwiperClass) => {
|
||||
brand="برند محصول"
|
||||
:title="product.name"
|
||||
:picture="product.variants[0].images[0].image"
|
||||
:colors="product.variants.map(v => v.color)"
|
||||
:colors="product.colors"
|
||||
:price="product.variants[0].price"
|
||||
:rate="product.rating"
|
||||
:dark-layer="true"
|
||||
|
||||
Reference in New Issue
Block a user