pagination on bottom

This commit is contained in:
2023-09-14 21:30:35 +10:00
parent 63572a2740
commit f216413a23

View File

@@ -48,6 +48,12 @@
{{ eventsError || "No workshops where found" }}
</p>
</div>
<SMPagination
v-if="postsTotal > postsPerPage"
class="mb-4"
v-model="postsPage"
:total="postsTotal"
:per-page="postsPerPage" />
</div>
</template>