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