Browse Source

Popover: fix the arrow appears, fixed #412

qingwei.li 8 years ago
parent
commit
955417e6cb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/utils/vue-popper.js

+ 1 - 0
src/utils/vue-popper.js

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