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

View File

@ -184,7 +184,8 @@ store.subscribe((mutation, state) => {
Budgets: state.Budgets, Budgets: state.Budgets,
Accounts: state.Accounts, Accounts: state.Accounts,
CurrentBudgetID: state.CurrentBudgetID, CurrentBudgetID: state.CurrentBudgetID,
CurrentAccountID: state.CurrentAccountID CurrentAccountID: state.CurrentAccountID,
ShowMenu: state.ShowMenu
} }
localStorage.setItem("store", JSON.stringify(persistedState)); localStorage.setItem("store", JSON.stringify(persistedState));
}) })