Render colors

This commit is contained in:
marzban-dev
2025-02-26 20:58:47 +03:30
parent 08843d3444
commit 8ef2560ecd
@@ -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"