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