0👍
Add plugins: [createPersistedState()], when creating store instance
export default new Vuex.Store({
plugins: [createPersistedState()],}
- [Vuejs]-Unable to send list of item from VueJS form
- [Vuejs]-Why is my computed method running both server and client side?
Source:stackexchange.com