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