Update dropdown.vue
This commit is contained in:
parent
3537176f98
commit
e845e84d3b
1 changed files with 4 additions and 2 deletions
|
@ -61,8 +61,10 @@
|
||||||
if (this.popper) {
|
if (this.popper) {
|
||||||
this.resetTransformOrigin(this.popper);
|
this.resetTransformOrigin(this.popper);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
if (this.popper) {
|
||||||
this.popper.destroy();
|
this.popper.destroy();
|
||||||
this.popper = null;
|
this.popper = null;
|
||||||
|
}
|
||||||
}, 300);
|
}, 300);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue