update Select component

update Select component:filterable
This commit is contained in:
梁灏 2016-10-24 14:22:33 +08:00
parent e4ebd30438
commit e4ce99177d
4 changed files with 81 additions and 31 deletions

View file

@ -18,8 +18,7 @@
},
data () {
return {
prefixCls: prefixCls,
hidden: false // for search
prefixCls: prefixCls
}
}
}