Commit 64fe5039add01f417b24dd35c465cf4bd096c910
1 parent
c103a2a0
delete redandunt code
Showing
1 changed file
with
0 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'); |