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