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