- { this.debounceClose(); this.togglePreventClose(); } }
- onMouseenter= { this.togglePreventClose }
- ref="popper"
- v-show={!this.disabled && this.showPopper}
- class={
- ['el-tooltip__popper', 'is-' + this.effect, this.popperClass]
- }>
- { this.$slots.content || this.content }
-
- );
+ if (this.popperVM) {
+ this.popperVM.node = (
+