mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Popover: fix the arrow appears, fixed #412
This commit is contained in:
@@ -86,6 +86,7 @@ export default {
|
||||
this.popperJS.onCreate(_ => {
|
||||
this.$emit('created', this);
|
||||
this.resetTransformOrigin();
|
||||
this.$nextTick(this.updatePopper);
|
||||
});
|
||||
this.popperJS._popper.style.zIndex = PopupManager.nextZIndex();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user