update poptip content change
This commit is contained in:
parent
b0794170c4
commit
f0116c03d3
2 changed files with 59 additions and 2 deletions
|
@ -110,6 +110,10 @@ export default {
|
|||
this.popperJS = null;
|
||||
}
|
||||
},
|
||||
updated (){
|
||||
this.$nextTick(()=>this.updatePopper());
|
||||
|
||||
},
|
||||
beforeDestroy() {
|
||||
if (isServer) return;
|
||||
if (this.popperJS) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue