[improvement] Field: add focus method (#1987)

This commit is contained in:
neverland
2018-10-27 20:04:25 +08:00
committed by GitHub
parent a995c203dc
commit 7685ecd254
4 changed files with 16 additions and 0 deletions
+1
View File
@@ -149,6 +149,7 @@ Field 默认支持 Input 标签所有的原生事件,如 `focus`、`blur`、`k
| 方法名 | 参数 | 返回值 | 介绍 |
|------|------|------|------|
| focus | - | - | 获取输入框焦点 |
| blur | - | - | 取消输入框焦点 |
### Slot