fixed #1684
This commit is contained in:
parent
55be6f6a6b
commit
62f5dd0c30
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ export default {
|
||||||
visible(val) {
|
visible(val) {
|
||||||
if (val) {
|
if (val) {
|
||||||
this.updatePopper();
|
this.updatePopper();
|
||||||
|
this.$emit('on-popper-show');
|
||||||
} else {
|
} else {
|
||||||
this.destroyPopper();
|
this.destroyPopper();
|
||||||
this.$emit('on-popper-hide');
|
this.$emit('on-popper-hide');
|
||||||
|
|
Loading…
Add table
Reference in a new issue