@empathyco/x-components
Version:
Empathy X Components
18 lines (15 loc) • 730 B
JavaScript
import _sfc_main from './base-id-modal-open.vue2.js';
import { openBlock, createElementBlock, renderSlot } from 'vue';
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.js';
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("button", {
class: "x-events-modal-id-open-button x-button",
"data-test": "open-modal-id",
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.openModal && _ctx.openModal(...args))
}, [
renderSlot(_ctx.$slots, "default")
]);
}
var baseIdModalOpen = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { baseIdModalOpen as default };
//# sourceMappingURL=base-id-modal-open.vue.js.map