diff --git a/components/vc-select/Select.vue b/components/vc-select/Select.vue index 6bbb579ec..84f7c32ee 100644 --- a/components/vc-select/Select.vue +++ b/components/vc-select/Select.vue @@ -476,7 +476,7 @@ export default { } } if (!options[i]) { - options[i] = + options[i] = } } })