Initial import
This commit is contained in:
20
fo/one-dashboard-que/store.js
Normal file
20
fo/one-dashboard-que/store.js
Normal file
@@ -0,0 +1,20 @@
|
||||
// State
|
||||
// data ...
|
||||
// Mutations
|
||||
//
|
||||
//
|
||||
// Actions
|
||||
import system from "../../apps/modules/system/system.js"
|
||||
import queue from "./modules/queue.js"
|
||||
export const store = new Vuex.Store({
|
||||
modules: {
|
||||
system:system,
|
||||
queue: queue
|
||||
},
|
||||
state: {
|
||||
},
|
||||
mutations: {
|
||||
},
|
||||
actions: {
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user