import { _ as __assign } from '../../../tslib.es6-096fffdd.js';
function initStore(options) {
if (!options.Vuex) return;
options.Vue.use(options.Vuex);
var store = new options.Vuex.Store({
modules: __assign({}, options.vxModule)
});
return store;
}
export { initStore };