fix: infinte scroll
This commit is contained in:
parent
ca46a8f7f3
commit
8e2bc8bb92
2 changed files with 4 additions and 4 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<q-img :src="styles.ui.banner" style="width: 100%; height: 250px" cover></q-img>
|
||||
</q-banner>
|
||||
|
||||
<q-infinite-scroll @load="onLoad" :offset="250">
|
||||
<q-infinite-scroll v-if="showProducts" @load="onLoad" :offset="250">
|
||||
<div class="row q-col-gutter-md">
|
||||
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3" v-for="(item, idx) in partialProducts" :key="idx">
|
||||
<product-card :product="item" @change-page="changePageM"></product-card>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue