Various code for currency exchange rate support

This commit is contained in:
James Cole
2022-06-06 14:40:19 +02:00
parent 9c08b9f1d3
commit d007db166a
24 changed files with 987 additions and 188 deletions

View File

@@ -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>