update popper.js to fixed throw error in Tooltip component
This commit is contained in:
parent
6a84ef2951
commit
a809f2a41e
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ export default {
|
|||
},
|
||||
visible(val) {
|
||||
if (val) {
|
||||
this.handleIndexIncrease(); // just use for Poptip
|
||||
if (this.handleIndexIncrease) this.handleIndexIncrease(); // just use for Poptip
|
||||
this.updatePopper();
|
||||
this.$emit('on-popper-show');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue