Hi,
How can I add Vuex-persist
to the application? I tried adding the Vuex-persist
the way mentioned in their documentation, but doing that makes the Vuex states show empty on The Vue-dev-tools
. Also is there any way to persist a selected module or state? because I don't want to persist my whole Vuex store.
Tired to get some documentation around the Vuex-Module-Decorator
package you guys using to build the module, but no examples are available regrind persisting using Vuex-persist
.
Any help?