diff --git a/components/vc-select/Select.vue b/components/vc-select/Select.vue index 5f12dd53a..7ec9e2b9c 100644 --- a/components/vc-select/Select.vue +++ b/components/vc-select/Select.vue @@ -554,7 +554,6 @@ export default { }, getLabelFromOption (child) { - console.log(child, this.optionLabelProp) return getPropValue(child, this.optionLabelProp) }, @@ -1324,7 +1323,6 @@ export default { } if (isMultipleOrTags(props)) { selectedValueNodes = limitedCountValue.map(singleValue => { - console.log('singleValue', singleValue) let content = singleValue.label const title = singleValue.title || content if (