@yoooloo42/joker 1.0.283 → 1.0.284
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -23892,13 +23892,13 @@ return (_ctx, _cache) => {
|
|
|
23892
23892
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(propsItem_box).items, (item0, index0) => {
|
|
23893
23893
|
return (openBlock(), createBlock(_component_el_radio, {
|
|
23894
23894
|
key: index0,
|
|
23895
|
-
|
|
23895
|
+
value: item0[unref(propsItem_box).item_fieldValue]
|
|
23896
23896
|
}, {
|
|
23897
23897
|
default: withCtx(() => [
|
|
23898
23898
|
createTextVNode(toDisplayString(item0[unref(propsItem_box).item_fieldLabel]), 1 /* TEXT */)
|
|
23899
23899
|
]),
|
|
23900
23900
|
_: 2 /* DYNAMIC */
|
|
23901
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["
|
|
23901
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["value"]))
|
|
23902
23902
|
}), 128 /* KEYED_FRAGMENT */))
|
|
23903
23903
|
]),
|
|
23904
23904
|
_: 1 /* STABLE */
|