From e4ebd304380912ae11ada4753c7134e1cd14a8ca Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Mon, 24 Oct 2016 11:44:11 +0800 Subject: [PATCH] update Select component --- components/select/option-group.vue | 3 ++- components/select/option.vue | 14 +++++++++++--- components/select/select.vue | 49 +++++++++++++++++++++++++++++++++++++++++++++---- local/routers/select.vue | 9 +++++---- 4 files changed, 63 insertions(+), 12 deletions(-) diff --git a/components/select/option-group.vue b/components/select/option-group.vue index e0c5d7b..f3055fd 100644 --- a/components/select/option-group.vue +++ b/components/select/option-group.vue @@ -18,7 +18,8 @@ }, data () { return { - prefixCls: prefixCls + prefixCls: prefixCls, + hidden: false // for search } } } diff --git a/components/select/option.vue b/components/select/option.vue index 1f073ba..f038a03 100644 --- a/components/select/option.vue +++ b/components/select/option.vue @@ -1,5 +1,5 @@