From 835ef474411203bc43be8ef7f6379b6228da3467 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Mon, 12 Feb 2018 18:16:26 +0800 Subject: [PATCH] fix --- components/vc-select/Select.vue | 2 -- 1 file changed, 2 deletions(-) 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 (