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

This commit is contained in:
杨奕 2018-05-14 11:05:29 +08:00 committed by GitHub
parent d8c78f57c4
commit d6b65f9400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@
updated() {
this.$nextTick(_ => {
this.updatePopper();
this.popperJS && this.updatePopper();
});
},