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