Skip to content

Select 选择器

下拉选择,支持单选、多选、可搜索。

基础用法

loading

多选

loading

可搜索

loading

类型 (Type)

loading

API

属性说明类型
modelValue绑定值(单选为值,多选为数组)string | number | boolean | array
options选项列表SelectOption[]
multiple是否多选boolean
filterable是否可搜索boolean
placeholder占位符string
clearable是否可清空boolean
disabled禁用boolean
size尺寸ComponentSize
type聚焦/选中状态的颜色类型'primary' | 'success' | 'warning' | 'danger' | 'info' | 'default'

事件:update:modelValuechangeclear

MIT License