update Select component
update Select component:add filterable
This commit is contained in:
parent
e355dd49d3
commit
e4ebd30438
4 changed files with 63 additions and 12 deletions
|
@ -18,7 +18,8 @@
|
|||
},
|
||||
data () {
|
||||
return {
|
||||
prefixCls: prefixCls
|
||||
prefixCls: prefixCls,
|
||||
hidden: false // for search
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue