@empathyco/x-components
Version:
Empathy X Components
24 lines (21 loc) • 791 B
JavaScript
import _sfc_main from './change-height.vue2.js';
import { openBlock, createElementBlock, createElementVNode, renderSlot } from 'vue';
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.js';
const _hoisted_1 = { class: "x-overflow-hidden x-transition-all x-duration-300" };
const _hoisted_2 = { ref: "wrapper" };
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("div", _hoisted_1, [
createElementVNode(
"div",
_hoisted_2,
[
renderSlot(_ctx.$slots, "default")
],
512
/* NEED_PATCH */
)
]);
}
var ChangeHeight = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { ChangeHeight as default };
//# sourceMappingURL=change-height.vue.js.map