[improvement] Field: add left-icon slot (#1973)

This commit is contained in:
neverland
2018-10-24 21:17:50 +08:00
committed by GitHub
parent d0b8595b50
commit dd9d0e856b
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -156,5 +156,6 @@ Field 默认支持 Input 标签所有的原生事件,如 `focus`、`blur`、`k
| 名称 | 说明 |
|------|------|
| label | 自定义输入框标签 |
| left-icon | 自定义输入框头部图标 |
| icon | 自定义输入框尾部图标 |
| button | 自定义输入框尾部按钮 |