@empathyco/x-components
Version:
Empathy X Components
22 lines (19 loc) • 694 B
JavaScript
import _sfc_main from './cross-fade.vue2.js';
import { openBlock, createBlock, Transition, withCtx, renderSlot } from 'vue';
import './cross-fade.vue3.js';
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.js';
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock(Transition, {
name: "x-cross-fade-",
appear: _ctx.appear
}, {
default: withCtx(() => [
renderSlot(_ctx.$slots, "default")
]),
_: 3
/* FORWARDED */
}, 8, ["appear"]);
}
var crossFade = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { crossFade as default };
//# sourceMappingURL=cross-fade.vue.js.map