// State // data ... // Mutations // // // Actions import solabel from "./modules/solabel.js"; import sovalue from "./modules/sovalue.js"; import system from "../../../apps/modules/system/system.js"; export const store = new Vuex.Store({ modules: { solabel: solabel, sovalue: sovalue, system:system }, state: { }, mutations: { }, actions: { } });