update poptip content change

This commit is contained in:
huanghong 2018-04-16 19:27:34 +08:00
parent b0794170c4
commit f0116c03d3
2 changed files with 59 additions and 2 deletions

View file

@ -110,6 +110,10 @@ export default {
this.popperJS = null;
}
},
updated (){
this.$nextTick(()=>this.updatePopper());
},
beforeDestroy() {
if (isServer) return;
if (this.popperJS) {