@empathyco/x-components
Version:
Empathy X Components
22 lines (19 loc) • 660 B
JavaScript
import _sfc_main from './fade.vue2.js';
import { openBlock, createBlock, Transition, withCtx, renderSlot } from 'vue';
import './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-fade-",
appear: _ctx.appear
}, {
default: withCtx(() => [
renderSlot(_ctx.$slots, "default")
]),
_: 3
/* FORWARDED */
}, 8, ["appear"]);
}
var Fade = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { Fade as default };
//# sourceMappingURL=fade.vue.js.map