diff --git a/src/components/select/select.vue b/src/components/select/select.vue index 6690965..ea6b273 100644 --- a/src/components/select/select.vue +++ b/src/components/select/select.vue @@ -514,7 +514,7 @@ if (this.remote) { this.$nextTick(() => { this.query = model; - }) + }); } } else { this.query = ''; -- libgit2 0.21.4