feat: search marketplace
This commit is contained in:
parent
c3c141cac4
commit
ca46a8f7f3
3 changed files with 52 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue