lew-ui 1.8.5 → 1.8.6
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.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -11565,7 +11565,7 @@ const _sfc_main$v = defineComponent({
|
|
|
11565
11565
|
});
|
|
11566
11566
|
};
|
|
11567
11567
|
const validate = (field) => {
|
|
11568
|
-
const opt = componentOptions.value || [];
|
|
11568
|
+
const opt = _.cloneDeep(componentOptions.value || []);
|
|
11569
11569
|
let schema = create$3();
|
|
11570
11570
|
const obj = [];
|
|
11571
11571
|
const formObj = {};
|