Merge pull request #1588 from lwyj123/patch-1
add on-popper-show event in Poptip events
This commit is contained in:
commit
754e4c515f
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