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