Commit 2ffa16c44413a4349fe42ab1c508b8d0cacf620b
Committed by
GitHub
Merge pull request #1591 from lwyj123/1534
fix #1534
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
src/components/base/popper.js
@@ -55,7 +55,6 @@ export default { | @@ -55,7 +55,6 @@ export default { | ||
55 | visible(val) { | 55 | visible(val) { |
56 | if (val) { | 56 | if (val) { |
57 | this.updatePopper(); | 57 | this.updatePopper(); |
58 | - this.$emit('on-popper-show'); | ||
59 | } else { | 58 | } else { |
60 | this.destroyPopper(); | 59 | this.destroyPopper(); |
61 | this.$emit('on-popper-hide'); | 60 | this.$emit('on-popper-hide'); |
src/components/form/form-item.vue