diff --git a/packages/select/index.vue b/packages/select/index.vue index 57f5b0a..6b2c1f9 100644 --- a/packages/select/index.vue +++ b/packages/select/index.vue @@ -127,7 +127,7 @@ export default { }, options(val) { if (val) { - this.optionsCurrent = this.fixOptions(this.optionsCurrent); + this.optionsCurrent = this.fixOptions([]); } }, }, -- libgit2 0.21.0