lw-cdp-ui 1.1.42 → 1.1.43
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/components/lwFormMini/index.vue +3 -0
- package/dist/lw-cdp-ui.esm.js +995 -992
- package/dist/lw-cdp-ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -429,6 +429,9 @@ export default {
|
|
|
429
429
|
validate(valid, obj) {
|
|
430
430
|
return this.$refs.form.validate(valid, obj)
|
|
431
431
|
},
|
|
432
|
+
clearValidate(valid, obj) {
|
|
433
|
+
return this.$refs.form.clearValidate()
|
|
434
|
+
},
|
|
432
435
|
scrollToField(prop) {
|
|
433
436
|
return this.$refs.form.scrollToField(prop)
|
|
434
437
|
},
|