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;
|
||||
},
|
||||
|
|
|
@ -6,7 +6,6 @@ export default {
|
|||
}
|
||||
},
|
||||
render (h) {
|
||||
console.log(this.mark.label)
|
||||
let label = typeof this.mark === 'string' ? this.mark : [this.mark.label];
|
||||
|
||||
return h('div', {
|
||||
|
|
Loading…
Add table
Reference in a new issue