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