Skip to content

Input 输入框

基础使用

通过鼠标或键盘输入字符.

禁用状态

通过 disabled 属性指定是否禁用 input 组件

Input API

Input 属性

属性说明类型默认值
placeholder输入框中未输入时默认显示的文字string-
modelValue输入框输入内容绑定的值string-
type输入框的类型stringtext
disabled是否禁用输入框booleanfalse