pagination on bottom
This commit is contained in:
@@ -48,6 +48,12 @@
|
|||||||
{{ eventsError || "No workshops where found" }}
|
{{ eventsError || "No workshops where found" }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<SMPagination
|
||||||
|
v-if="postsTotal > postsPerPage"
|
||||||
|
class="mb-4"
|
||||||
|
v-model="postsPage"
|
||||||
|
:total="postsTotal"
|
||||||
|
:per-page="postsPerPage" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user