changed pagination show condition

This commit is contained in:
Mamalizz
2025-02-27 20:50:02 +03:30
parent 426b55d51c
commit d5e295c08b
+1 -1
View File
@@ -128,7 +128,7 @@ watch(
/>
</li>
</ul>
<div v-if="products!.length > 10" class="w-full flex-center py-10">
<div v-if="data?.count > 10" class="w-full flex-center py-10">
<Pagination :items="paginationData" :total="data?.count" />
</div>
</div>