Vuex state on page refresh and multiple tabs
问题 In my app i use firebase API for users authentication I save the login status as a boolean value in my vuex state When the user logs in I set the login status to true and using this I hide the login button on the top menu and display the log out button and vice versa when the user logs out. So i use vuex-persisted state to save the state for page refreshes The dafault storage in vuex-persisted state is local storage Instead of saving the state of store on locaal storage i want it to be saved