Implement currentBudget and move infos to sidebar

This commit is contained in:
2022-01-25 08:37:38 +00:00
parent 33990bdccf
commit af3252277c
6 changed files with 91 additions and 66 deletions

View File

@@ -9,7 +9,7 @@ const budget = {
},
mutations: {
setAccounts (state, accounts) {
state.Accounts = accounts;
state.Accounts = accounts;
}
},
getters: {