Commit d6b65f94 authored by 杨奕's avatar 杨奕 Committed by GitHub

Autocomplete: avoid popper creation in updated hook (#11144)

parent d8c78f57
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
updated() { updated() {
this.$nextTick(_ => { this.$nextTick(_ => {
this.updatePopper(); this.popperJS && this.updatePopper();
}); });
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment