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