vuex-light

Home > vuex-light > createPersistPlugin

createPersistPlugin() function

Signature:

export declare function createPersistPlugin(options?: PersistPluginOptions): (store: any) => void;

Parameters

Parameter Type Description
options PersistPluginOptions  

Returns:

(store: any) => void