diff --git a/src/popconfirm/index.js b/src/popconfirm/index.js index c5ac3d7..f240b07 100644 --- a/src/popconfirm/index.js +++ b/src/popconfirm/index.js @@ -146,7 +146,6 @@ class Popconfirm extends Component { this.$slot = this.$refs.slot.assignedElements().shift() this.$popover = this.$refs.popover this.$arrow = this.$refs.arrow - nextTick(() => this.showPopover()) } showPopover() {