commit
2ffa16c444
2 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,6 @@ export default {
|
|||
visible(val) {
|
||||
if (val) {
|
||||
this.updatePopper();
|
||||
this.$emit('on-popper-show');
|
||||
} else {
|
||||
this.destroyPopper();
|
||||
this.$emit('on-popper-hide');
|
||||
|
|
|
@ -177,6 +177,7 @@
|
|||
|
||||
callback(this.validateMessage);
|
||||
});
|
||||
this.validateDisabled = false;
|
||||
},
|
||||
resetField () {
|
||||
this.validateState = '';
|
||||
|
|
Loading…
Add table
Reference in a new issue