Convert frontend to Vue #3
@ -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));
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user