sone-nuxt-module-persistedstate
v0.1.2
Published
S1 Nuxt module for persistedstate
Downloads
4
Maintainers
Readme
S1 Nuxt Module persistedstate
Install
npm i --save sone-nuxt-module-persistedstate
Usage
Add module to nuxt.config.js
module.exports = {
modules: [
...
['sone-nuxt-module-paginate', {
key: 'you-awesome-key',
reducers: ['each', 'store', 'module', 'or', 'state', 'that', 'you', 'will', 'persist']
}]
]
}