feat: button to show all products from category

This commit is contained in:
2025-12-08 02:39:10 +03:00
parent 6ed2fd2062
commit b2d29fd3e2

View File

@@ -18,7 +18,7 @@
</button> </button>
<button <button
v-if="false" v-if="parentCategory"
class="py-2 px-4 flex items-center mb-3 cursor-pointer border-b w-full pb-2 border-base-200" class="py-2 px-4 flex items-center mb-3 cursor-pointer border-b w-full pb-2 border-base-200"
@click.prevent="showProductsInParentCategory" @click.prevent="showProductsInParentCategory"
> >