robinvdvleuten / vuex-persistedstate

💾 Persist and rehydrate your Vuex state between page reloads.
https://npm.im/vuex-persistedstate
MIT License
5.76k stars 375 forks source link

Feature Request: Code Examples / Documentation for Options #425

Open jaitaiwan opened 3 years ago

jaitaiwan commented 3 years ago

Hi There,

This is a simple request, I wanted to ask for examples or more detailed documentation on the purpose and usage of the options of the initialisation function.

For example if I wanted to dispatch a mutation to the store and determine how it updated the state, how would I do that?

Thanks