diff --git a/packages/select/index.vue b/packages/select/index.vue index a54ba9c..57f5b0a 100644 --- a/packages/select/index.vue +++ b/packages/select/index.vue @@ -125,6 +125,11 @@ export default { value(val) { this.model = val; }, + options(val) { + if (val) { + this.optionsCurrent = this.fixOptions(this.optionsCurrent); + } + }, }, computed: { request() { -- libgit2 0.21.0