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
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "iview",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1-rc.1",
|
||||
"title": "iView",
|
||||
"description": "A high quality UI components Library with Vue.js",
|
||||
"homepage": "http://www.iviewui.com",
|
||||
|
|
|
@ -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
Reference in a new issue