Merge pull request #442 from QingWei-Li/fix/popover-arrow

Popover: fix the arrow appears, fixed #412
pull/449/head
SkyAo 2016-10-17 10:56:34 +08:00 committed by GitHub
commit 0f7158ab78
1 changed files with 1 additions and 0 deletions

View File

@ -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();
},