mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 12:15:55 +00:00
Various PSR12 code cleanup
This commit is contained in:
@@ -42,13 +42,13 @@
|
||||
<div class="row q-mt-sm">
|
||||
<div class="col-12">
|
||||
<LargeTable ref="table"
|
||||
title="Transactions"
|
||||
:rows="rows"
|
||||
:loading="loading"
|
||||
v-on:on-request="onRequest"
|
||||
:page="page"
|
||||
:rows="rows"
|
||||
:rows-number="rowsNumber"
|
||||
:rows-per-page="rowsPerPage"
|
||||
:page="page"
|
||||
title="Transactions"
|
||||
v-on:on-request="onRequest"
|
||||
>
|
||||
</LargeTable>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user