UNPKG

dk-plus

Version:
27 lines (26 loc) 948 B
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 k = { class: "dk-radio-group" }, f = { class: "dk-radio-group_list" }; function g(e, n, h, V, v, C) { const l = s("dk-radio"); return r(), a("div", k, [ i("div", f, [ (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 }, o, { onChange: e.handleChange }), null, 16, ["modelValue", "label", "name", "onChange"]) ]))), 128)) ]) ]); } const E = /* @__PURE__ */ _(t, [["render", g]]); export { E as default };