dk-plus
Version:
28 lines (27 loc) • 971 B
JavaScript
import t from "./index2.js";
import { resolveComponent as s, openBlock as r, createElementBlock as a, createElementVNode as i, Fragment as m, renderList as p, createVNode as u, mergeProps as c } from "vue";
import _ from "../../_virtual/index.js";
const f = { class: "dk-radio-group" }, k = { class: "dk-radio-group_list" };
function g(e, n, h, V, v, C) {
const l = s("dk-radio");
return r(), a("div", f, [
i("div", k, [
(r(!0), a(m, null, p(e.slotList, (o) => (r(), a("div", {
key: o.name,
class: "dk-radio-group__item"
}, [
u(l, c({
modelValue: e.checkValue,
"onUpdate:modelValue": n[0] || (n[0] = (d) => e.checkValue = d),
label: o.label,
name: o.name,
ref_for: !0
}, o, { onChange: e.handleChange }), null, 16, ["modelValue", "label", "name", "onChange"])
]))), 128))
])
]);
}
const E = /* @__PURE__ */ _(t, [["render", g]]);
export {
E as default
};