Skip to content
页面导航

AnySelect

依赖于 AnyRange
import { AnyRange } from 'seldom-ui'

基本用法

src Props

参数名描述类型默认值
model-value (v-model) (*)any -
start-placeholder (*)string '请选择起始值'
end-placeholder (*)string '请选择结束值'
type (*)string -
keys (*)Array [
"0",
"1"
]
separator (*)string '~'
options (*)Array []
props (*){ [key: string]: any} -
inner-size (*)string "26px"

src Events

事件名描述参数
update:model-value-
change-