Skip to content

Slider 滑块 v5.2.0

Props

属性名说明类型默认值
modelValue(v-model)number[]-
defaultValue默认值,当您不需要控制滑块的状态时使用number[][0]
disabled是否禁用booleanfalse
inverted是否反转booleanfalse
max最大值number100
min最小值number0
step步长number1
orientation方向'horizontal' | 'vertical''horizontal'
thumbAlignment滑块对齐方式'contain' | 'overflow''contain'
class自定义类名string-