This commit is contained in:
marzban-dev
2025-02-26 20:59:49 +03:30
parent 09b6a6e943
commit 8c7e481ecd
@@ -101,6 +101,7 @@ watch(() => selectedVariant.value, (newValue) => {
v-for="color in product!.colors"
:key="color"
@click="selectedColor = color"
selectable
:selected="selectedColor === color "
:style="{backgroundColor: color}"
class="cursor-pointer"