@empathyco/x-components
Version:
Empathy X Components
19 lines (16 loc) • 957 B
JavaScript
import _sfc_main from './redirection.vue2.js';
import { openBlock, createElementBlock, renderSlot, normalizeProps, guardReactiveProps, createCommentVNode } from 'vue';
import _export_sfc from '../../../_virtual/_plugin-vue_export-helper.js';
const _hoisted_1 = {
key: 0,
class: "x-redirection",
"data-test": "redirection"
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return _ctx.redirection && _ctx.slots.default ? (openBlock(), createElementBlock("div", _hoisted_1, [
renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({ redirection: _ctx.redirection, redirect: _ctx.redirect, abortRedirect: _ctx.abortRedirect, isRedirecting: _ctx.isRedirecting, delayInSeconds: _ctx.delayInSeconds })))
])) : createCommentVNode("v-if", true);
}
var redirection = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { redirection as default };
//# sourceMappingURL=redirection.vue.js.map