We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6eaf4e commit 8c703d3Copy full SHA for 8c703d3
pages/explore.vue
@@ -237,6 +237,9 @@ onMounted(async () => await queryResources());
237
<!-- Start Display Search Results -->
238
<SearchResults :key="hits" :resources="hits" />
239
<!-- End Display Search Results -->
240
+
241
+ <vue-awesome-paginate v-if="estimatedTotal > 20" :total-items="estimatedTotal" :items-per-page="20" :max-pages-shown="5"
242
+ v-model="page" :on-click="paginationClickHandler" />
243
</div>
244
245
0 commit comments