0👍
Seems like an issue with vuex-persistedstore.
It is is deprecated anyway, so stop using it. You can use Vuex.subscribe() instead:
https://www.mikestreety.co.uk/blog/vue-js-using-localstorage-with-the-vuex-store/
Source:stackexchange.com
0👍
Seems like an issue with vuex-persistedstore.
It is is deprecated anyway, so stop using it. You can use Vuex.subscribe() instead:
https://www.mikestreety.co.uk/blog/vue-js-using-localstorage-with-the-vuex-store/