Create a VuexPersistence object.
Use the plugin
function of this class as a
Vuex plugin.
A mutation that can be used to restore state Helpful if we are running in strict mode
The plugin function that can be used inside a vuex store.
Creates a subscriber on the store. automatically is used when this is used a vuex plugin. Not for manual usage.
Generated using TypeDoc
A class that implements the vuex persistence.
S type of the 'state' inside the store (default: any)