diff --git a/src/components/Select.vue b/src/components/Select.vue index 4db3ba5..f376ac1 100644 --- a/src/components/Select.vue +++ b/src/components/Select.vue @@ -542,7 +542,7 @@ option = this.findOptionByIndexValue(option) } - if (typeof option === 'object') { + if (option && typeof option === 'object') { if (!option.hasOwnProperty(this.label)) { return console.warn( `[vue-select warn]: Label key "option.${this.label}" does not` +