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.
@@ -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
  },