Skip to content

输入框 Input

Attributes

属性描述类型推荐值默认
model-value / v-model绑定值string--
placeholder占位文字string--
clearable是否显示清除按钮boolean-false
size输入框大小stringmini / small / medium / big-
status输入框类型stringprimary / success / danger / warningprimary
form表单值string--
type原生的 HTML 属性string-text
autocomplete原生属性,请参阅 文档 了解更多stringon / offoff
spellcheck原生属性boolean--
autofocus原生属性boolean-false
readonly输入框是否为只读boolean-false
disabled是否禁用boolean-false
prefixLabel前缀文本string--
suffixLabel后缀文本string--
prefixIcon前缀图标 (详细请参阅上文示例)VNode / Component--
suffixIcon后缀图标 (详细请参阅上文示例)VNode / Component--

Released under the MIT License.