fix: pagination vanished on chrome (#3549)
This commit is contained in:
@@ -189,8 +189,8 @@
|
|||||||
:no-data-label="$t('no_transactions')"
|
:no-data-label="$t('no_transactions')"
|
||||||
:filter="paymentFilter"
|
:filter="paymentFilter"
|
||||||
:loading="paymentsTable.loading"
|
:loading="paymentsTable.loading"
|
||||||
:hide-header="g.mobileSimple"
|
:hide-header="g.mobileSimple && $q.screen.lt.md"
|
||||||
:hide-bottom="g.mobileSimple"
|
:hide-bottom="g.mobileSimple && $q.screen.lt.md"
|
||||||
v-model:pagination="paymentsTable.pagination"
|
v-model:pagination="paymentsTable.pagination"
|
||||||
@request="fetchPayments"
|
@request="fetchPayments"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user