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