mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
Additions
This commit is contained in:
@ -8,10 +8,10 @@ import application from './modules/application.store';
|
||||
import connections from './modules/connections.store';
|
||||
|
||||
const vuexLocalStorage = new VuexPersist({
|
||||
key: 'vuex', // The key to store the state on in the storage provider.
|
||||
key: 'application', // The key to store the state on in the storage provider.
|
||||
storage: window.localStorage,
|
||||
reducer: state => ({
|
||||
connections: state.connections.connections
|
||||
connections: state.connections
|
||||
})
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user