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