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