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