mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
Notifications board
This commit is contained in:
@ -6,6 +6,7 @@ import VuexPersist from 'vuex-persist';
|
||||
|
||||
import application from './modules/application.store';
|
||||
import connections from './modules/connections.store';
|
||||
import notifications from './modules/notifications.store';
|
||||
|
||||
const vuexLocalStorage = new VuexPersist({
|
||||
key: 'application', // The key to store the state on in the storage provider.
|
||||
@ -21,7 +22,8 @@ export default new Vuex.Store({
|
||||
strict: true,
|
||||
modules: {
|
||||
application,
|
||||
connections
|
||||
connections,
|
||||
notifications
|
||||
},
|
||||
plugins: [vuexLocalStorage.plugin]
|
||||
});
|
||||
|
Reference in New Issue
Block a user