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