1
0
Fork 0

Centered pagination

This commit is contained in:
Joe Wroten 2017-05-12 16:24:33 -05:00
parent 4ad1414be7
commit 5a9ae69368

View file

@ -4,6 +4,7 @@
<tr>
<td colspan="3">
<q-pagination
class="text-center"
v-model="page"
:max="pageMax"
></q-pagination>
@ -39,6 +40,7 @@
<tr>
<td colspan="3">
<q-pagination
class="text-center"
v-model="page"
:max="pageMax"
></q-pagination>