Commit 64fe5039add01f417b24dd35c465cf4bd096c910

Authored by lwio
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 55 visible(val) {
56 56 if (val) {
57 57 this.updatePopper();
58   - this.$emit('on-popper-show');
59 58 } else {
60 59 this.destroyPopper();
61 60 this.$emit('on-popper-hide');
... ...