Re-add Show More button in the Search Page
This commit is contained in:
parent
0e745322f4
commit
d7fe2dcfbd
|
@ -106,7 +106,7 @@
|
|||
|
||||
.closed .navOption {
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
height: 45px;
|
||||
padding: 0px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
:data="shownResults"
|
||||
/>
|
||||
<div
|
||||
v-if="nextPageRef !== null && nextPageRef !== ''"
|
||||
class="getNextPage"
|
||||
@click="nextPage"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue