fixed switch model value

This commit is contained in:
Mamalizz
2025-02-18 23:40:26 +03:30
parent abde29cfe3
commit cefa0d4ef3
@@ -184,7 +184,7 @@ watch(
<div class="flex items-center justify-between w-full gap-5">
<span class="text-black">فقط کالاهای موجود</span>
<Switch v-model="has_discount" />
<Switch v-model="in_stock" />
</div>
</div>