fix margin pagination

This commit is contained in:
2023-06-23 12:07:55 +10:00
parent 321a8f0946
commit b4aa71b81b

View File

@@ -22,6 +22,8 @@
</div>
<SMPagination
v-if="postsTotal > postsPerPage"
class="mb-4"
small
v-model="postsPage"
:total="postsTotal"
:per-page="postsPerPage" />