文本框组件,继承Base, 支持 el-input 的属性、事件、方法
- Source:
Members
(inner) props
- Source:
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
textarea |
boolean |
<optional> |
多行文本模式 |
扩展属性参数
(inner) slots
- Source:
Properties:
Name | Type | Description |
---|---|---|
prefix |
string | 输入框头部内容 textarea=false 有效 |
suffix |
string | 输入框尾部内容 textarea=false 有效 |
prepend |
string | 输入框前置内容 textarea=false 有效 |
append |
string | 输入框后置内容 textarea=false 有效 |
插槽