tk-eui-plus
Version:
31 lines (30 loc) • 748 B
JavaScript
import { defineComponent as r, useSlots as a, resolveComponent as s, openBlock as l, createBlock as d, normalizeProps as i, guardReactiveProps as c, withCtx as p, unref as m, renderSlot as u, createCommentVNode as _ } from "vue";
const f = /* @__PURE__ */ r({
__name: "index",
setup(e) {
let t = a();
return (o, k) => {
const n = s("el-radio");
return l(), d(
n,
i(c(o.$attrs)),
{
default: p(() => [
m(t).default ? u(o.$slots, "default", { key: 0 }) : _("v-if", !0)
]),
_: 3
/* FORWARDED */
},
16
/* FULL_PROPS */
);
};
}
}), v = {
install(e) {
e.component("tkRadio", f);
}
};
export {
v as default
};