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