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