mirror of https://github.com/ElemeFE/element
Autocomplete: avoid popper creation in updated hook (#11144)
parent
d8c78f57c4
commit
d6b65f9400
|
@ -56,7 +56,7 @@
|
|||
|
||||
updated() {
|
||||
this.$nextTick(_ => {
|
||||
this.updatePopper();
|
||||
this.popperJS && this.updatePopper();
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue