Show pager if infinite scroll fails
This is in addition to displaying it when JavaScript is disabled.
This commit is contained in:
parent
50fa31ea98
commit
f9f0db645d
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
</div>
|
||||
</infinite-loading>
|
||||
</ClientOnly>
|
||||
<Pager v-if="!loadedPosts" :info="$page.posts.pageInfo" linkClass="button" style="height: 5rem; text-align:center;" />
|
||||
<noscript>
|
||||
<Pager :info="$page.posts.pageInfo" linkClass="button" style="height: 5rem; text-align:center;" />
|
||||
</noscript>
|
||||
|
|
Loading…
Reference in a new issue