0.0.5 • Published 4 years ago

vuex-plugins-persistence v0.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Install

npm i vuex-plugins-persistence --save

Usage

import myPlugin from 'vuex-plugins-persistence'

const store = new Vuex.Store({
    // ...
    plugins: [myPlugin()],
});

config

const store = new Vuex.Store({
    // ...
    plugins: [myPlugin({
        key: '存储的键名'
    })],
});

这是一个轻量化、专注化的一个本地持久化插件

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago