mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 04:08:10 +08:00
Autocomplete: avoid popper creation in updated hook (#11144)
This commit is contained in:
parent
d8c78f57c4
commit
d6b65f9400
@ -56,7 +56,7 @@
|
||||
|
||||
updated() {
|
||||
this.$nextTick(_ => {
|
||||
this.updatePopper();
|
||||
this.popperJS && this.updatePopper();
|
||||
});
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user