Commit 62f5dd0c304ab7f1dd13059f3381acc876afecc3

Authored by 梁灏
1 parent 55be6f6a

fixed #1684

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/components/base/popper.js
... ... @@ -55,6 +55,7 @@ export default {
55 55 visible(val) {
56 56 if (val) {
57 57 this.updatePopper();
  58 + this.$emit('on-popper-show');
58 59 } else {
59 60 this.destroyPopper();
60 61 this.$emit('on-popper-hide');
... ...