This commit is contained in:
梁灏 2017-08-25 14:23:32 +08:00
parent 55be6f6a6b
commit 62f5dd0c30

View file

@ -55,6 +55,7 @@ export default {
visible(val) {
if (val) {
this.updatePopper();
this.$emit('on-popper-show');
} else {
this.destroyPopper();
this.$emit('on-popper-hide');