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