mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-02 02:18:20 +00:00
Various code for currency exchange rate support
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<BillInsightBox />
|
||||
</div>
|
||||
<div class="col">
|
||||
TODO spend insight
|
||||
<SpendInsightBox />
|
||||
</div>
|
||||
<div class="col">
|
||||
TODO net worth insight
|
||||
@@ -94,6 +94,7 @@ export default {
|
||||
name: "Dashboard",
|
||||
components: {
|
||||
BillInsightBox: defineAsyncComponent(() => import('../../components/dashboard/BillInsightBox.vue')),
|
||||
SpendInsightBox: defineAsyncComponent(() => import('../../components/dashboard/SpendInsightBox.vue')),
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user