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