Convert frontend to Vue #3

Merged
jacob1123 merged 158 commits from vue into master 2022-02-08 22:20:11 +01:00
Showing only changes of commit c2bcd815d5 - Show all commits

View File

@ -37,7 +37,7 @@ const dashboard = {
}
})
.then(x => x.json())
.then(x => commit("addBudget", x.Budget));
.then(x => commit("addBudget", x));
}
}
}