mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-01 18:10:06 +00:00
Add transaction lists
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
</div>
|
||||
<div class="row q-mb-sm">
|
||||
<div class="col">
|
||||
Account transaction list.
|
||||
<TransactionLists />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row q-mb-sm">
|
||||
@@ -89,10 +89,12 @@
|
||||
|
||||
<script>
|
||||
import {defineAsyncComponent} from "vue";
|
||||
import TransactionLists from "../../components/dashboard/TransactionLists";
|
||||
|
||||
export default {
|
||||
name: "Dashboard",
|
||||
components: {
|
||||
TransactionLists,
|
||||
AccountChart: defineAsyncComponent(() => import('../../components/dashboard/AccountChart.vue')),
|
||||
NetWorthInsightBox: defineAsyncComponent(() => import('../../components/dashboard/NetWorthInsightBox.vue')),
|
||||
BillInsightBox: defineAsyncComponent(() => import('../../components/dashboard/BillInsightBox.vue')),
|
||||
|
Reference in New Issue
Block a user