✨ (local storage) add key to local storage
This commit is contained in:
@@ -143,6 +143,7 @@ export default new Vuex.Store<IState>({
|
|||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new VuexPersistence<any>({
|
new VuexPersistence<any>({
|
||||||
|
key: 'vaquant',
|
||||||
storage: window.localStorage
|
storage: window.localStorage
|
||||||
}).plugin
|
}).plugin
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user