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 c069a33890 - Show all commits

View File

@ -30,8 +30,7 @@ const store = createStore({
}
})
.then(x => x.json())
.then(x => state.Budgets = x.Budgets)
.then(x => console.log(state.Budgets));
.then(x => state.Budgets = x.Budgets);
},
setTitle (state, title) {
document.title = "Budgeteer - " + title;