Hide load more button in search when there are no more to
This commit is contained in:
parent
4fa3436a03
commit
3d8383be11
|
@ -15,6 +15,7 @@
|
||||||
:data="shownResults"
|
:data="shownResults"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
|
v-if="nextPageRef !== null && nextPageRef !== ''"
|
||||||
class="getNextPage"
|
class="getNextPage"
|
||||||
@click="nextPage"
|
@click="nextPage"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue