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