@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.cjs.js
CHANGED
|
@@ -23896,13 +23896,13 @@ return (_ctx, _cache) => {
|
|
|
23896
23896
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(propsItem_box).items, (item0, index0) => {
|
|
23897
23897
|
return (vue.openBlock(), vue.createBlock(_component_el_radio, {
|
|
23898
23898
|
key: index0,
|
|
23899
|
-
|
|
23899
|
+
value: item0[vue.unref(propsItem_box).item_fieldValue]
|
|
23900
23900
|
}, {
|
|
23901
23901
|
default: vue.withCtx(() => [
|
|
23902
23902
|
vue.createTextVNode(vue.toDisplayString(item0[vue.unref(propsItem_box).item_fieldLabel]), 1 /* TEXT */)
|
|
23903
23903
|
]),
|
|
23904
23904
|
_: 2 /* DYNAMIC */
|
|
23905
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["
|
|
23905
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["value"]))
|
|
23906
23906
|
}), 128 /* KEYED_FRAGMENT */))
|
|
23907
23907
|
]),
|
|
23908
23908
|
_: 1 /* STABLE */
|