lint
This commit is contained in:
parent
b36ba86406
commit
5356d04d22
2 changed files with 1 additions and 2 deletions
|
@ -204,7 +204,7 @@
|
|||
|
||||
callback(this.validateMessage);
|
||||
|
||||
this.FormInstance && this.FormInstance.$emit('on-validate', this.prop, !errors, this.validateMessage || null)
|
||||
this.FormInstance && this.FormInstance.$emit('on-validate', this.prop, !errors, this.validateMessage || null);
|
||||
});
|
||||
this.validateDisabled = false;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue