[Doc] fix field wrong spelling (#1141)

This commit is contained in:
neverland
2018-05-23 15:33:04 +08:00
committed by GitHub
parent cb992ce979
commit dd5d54ba0f
6 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -111,7 +111,7 @@ Vue.use(Field);
```
### API
Filed 默认支持 Input 标签所有的原生属性,比如 `maxlength`、`placeholder`、`readonly`、`autofocus` 等
Field 默认支持 Input 标签所有的原生属性,比如 `maxlength`、`placeholder`、`readonly`、`autofocus` 等
| 参数 | 说明 | 类型 | 默认值 |
|-----------|-----------|-----------|-------------|-------------|
@@ -126,7 +126,7 @@ Filed 默认支持 Input 标签所有的原生属性,比如 `maxlength`、`pla
| left-icon | 输入框左侧图标 (可选值见 Icon 组件) | `String` | - |
### Event
Filed 默认支持 Input 标签所有的原生事件,如 `focus`、`blur`、`keypress` 等
Field 默认支持 Input 标签所有的原生事件,如 `focus`、`blur`、`keypress` 等
| 事件 | 说明 | 回调参数 |
|-----------|-----------|-----------|