mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Tooltip: fix appear in the wrong place
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<slot></slot>
|
||||
</div>
|
||||
|
||||
<transition :name="transition">
|
||||
<transition :name="transition" @after-leave="doDestroy">
|
||||
<div
|
||||
class="el-tooltip__popper"
|
||||
:class="['is-' + effect]"
|
||||
|
||||
Reference in New Issue
Block a user