Appearance
Interface: InputProps
Input.InputProps
输入框组件的属性
Hierarchy
↳
InputProps
Table of contents
Properties
Properties
disabled
• Optional disabled: boolean
按钮是否不可用
Default
ts
falseInherited from
modelValue
• Optional modelValue: string
输入值,支持 v-model 双向绑定
Default
ts
''plain
• Optional plain: boolean
按钮是否为朴素样式
Default
ts
falseInherited from
type
• Optional type: ButtonType
按钮的类型
Default
ts
''