diff --git a/pages/accounts/index.vue b/pages/accounts/index.vue index 1b31e1d..30038a6 100644 --- a/pages/accounts/index.vue +++ b/pages/accounts/index.vue @@ -1,6 +1,7 @@ @@ -102,6 +121,14 @@ const renderedAllocations = computed(() => { Name: {{itemInfo.label}} + + Anzahl: + {{renderedAllocations.length}} + + + Saldo: + {{useCurrency(saldo)}} + Beschreibung: {{itemInfo.description}}