The Vuex state type.
Key used to store the persisted state.
The storage object (implementing localStorage API).
Custom conversion from state object to string (default is JSON.stringify).
Custom conversion from string to state object (default is JSON.parse).
Builds a storage wrapper for storages using the same API as localStorage.