feat: search marketplace

This commit is contained in:
Vlad Stan 2023-07-12 17:21:41 +03:00
parent c3c141cac4
commit ca46a8f7f3
3 changed files with 52 additions and 9 deletions

View file

@ -31,7 +31,7 @@
<product-card :product="item" @change-page="changePageM"></product-card>
</div>
</div>
<template v-if="lastProductIndex < products.length" v-slot:loading>
<template v-if="lastProductIndex < filteredProducts.length" v-slot:loading>
<div class="row justify-center q-my-md">
<q-spinner-dots color="primary" size="40px" />
</div>