Skip to content
On this page

Input 输入框

基本用法

使用 v-model:value 绑定值,可设置 placeholdertype 的值有 text | textarea,默认值是 textdisabled 可禁用输入框,设置 clearable 字段可拥有清除功能。

复合输入框

使用 slot 的方式插入前缀(prepend)和后缀(append)。

Released under the MIT License.