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,
Accounts: state.Accounts,
CurrentBudgetID: state.CurrentBudgetID,
CurrentAccountID: state.CurrentAccountID
CurrentAccountID: state.CurrentAccountID,
ShowMenu: state.ShowMenu
}
localStorage.setItem("store", JSON.stringify(persistedState));
})