Let’s say you have your Vuex store setup like the code below:
|- store
| — index.js
| — — moduleOne.js
| — — moduleTwo.js
| — — etc…
In the persistedState.client.js file, inside the createPersistedState function you can add to your
paths: [ ‘moduleOne.yourStateName’ ]