Skip to content

WetDigiRange 数字范围输入

基本介绍

为了某些业务场景,需要输入数字范围所需要的输入组件

引入:import { WetDigiRange } from '@wetspace/pro-components'

基本使用

禁用

通过 disabled 属性指定是否禁用 WetDigiRange 组件,如上例所示

自定义前/后缀图标

分别使用prefixIcon属性和suffixIcon 属性设置

属性

属性描述类型默许值
suffixIcon后缀图标string/ Component-
prefixIcon前缀图标string/ Component-
model-value / v-model绑定值number[][]
disabled表单全局是否禁用boolean-
size输入框大小'large' | 'default' | 'small'-
placeholder输入框占位文本string-

WetProElement