delete redandunt code

This commit is contained in:
lwio 2017-08-11 13:20:23 +08:00
parent c103a2a08d
commit 64fe5039ad

View file

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