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