(local storage) add key to local storage

This commit is contained in:
Julien Calixte
2019-12-29 00:58:47 +01:00
parent 85cb069e9b
commit 856276e374

View File

@@ -143,6 +143,7 @@ export default new Vuex.Store<IState>({
},
plugins: [
new VuexPersistence<any>({
key: 'vaquant',
storage: window.localStorage
}).plugin
]