@piying/view-vue2-legacy 2.2.3 → 2.2.4
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/index.js +3 -3
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/util/use-control-value-accessor.d.ts +2 -3
package/index.js
CHANGED
|
@@ -6942,7 +6942,7 @@ var __component__$2 = /* @__PURE__ */ normalizeComponent(
|
|
|
6942
6942
|
_sfc_staticRenderFns$2,
|
|
6943
6943
|
false,
|
|
6944
6944
|
null,
|
|
6945
|
-
"
|
|
6945
|
+
"ed62cd7c"
|
|
6946
6946
|
);
|
|
6947
6947
|
const FieldTemplate = __component__$2.exports;
|
|
6948
6948
|
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
@@ -7076,7 +7076,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
7076
7076
|
var _sfc_render = function render4() {
|
|
7077
7077
|
var _vm = this, _c = _vm._self._c, _setup = _vm._self._setupProxy;
|
|
7078
7078
|
return _c(_setup.Fragment, [_vm._l(_setup.children, function(field, index2) {
|
|
7079
|
-
return [_c(_setup.FieldTemplate, { attrs: { "field": field } })];
|
|
7079
|
+
return [_c(_setup.FieldTemplate, { key: index2, attrs: { "field": field } })];
|
|
7080
7080
|
})], 2);
|
|
7081
7081
|
};
|
|
7082
7082
|
var _sfc_staticRenderFns = [];
|
|
@@ -7086,7 +7086,7 @@ var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
|
7086
7086
|
_sfc_staticRenderFns,
|
|
7087
7087
|
false,
|
|
7088
7088
|
null,
|
|
7089
|
-
"
|
|
7089
|
+
"038a7f41"
|
|
7090
7090
|
);
|
|
7091
7091
|
const group = __component__.exports;
|
|
7092
7092
|
export {
|