Skip to content

文本输入框 Textarea

Attributes

属性描述类型推荐值默认
model-value / v-model绑定值string--
rows输入框的行number-3
type输入框类型stringprimary / success / danger / warningprimary
disabled是否禁用booleantrue / falsefalse
placeholder原生属性string--
readonly原生属性booleantrue / falsefalse
autofocus原生属性booleantrue / falsefalse
form原生属性string--
maxlength原生属性number--

Released under the MIT License.