[Doc] props title

This commit is contained in:
陈嘉涵
2019-05-03 09:37:24 +08:00
parent 921f8a88fb
commit e3cb465dc2
101 changed files with 279 additions and 283 deletions
+2 -2
View File
@@ -78,7 +78,7 @@ export default {
/>
```
### API
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
@@ -92,7 +92,7 @@ export default {
| async-change | Whether to enable async change | `Boolean` | `false` | - |
| input-width | Input width | `String` | `30px` |
### Event
### Events
| Event | Description | Arguments |
|------|------|------|
+2 -2
View File
@@ -81,7 +81,7 @@ export default {
/>
```
### API
### Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
@@ -95,7 +95,7 @@ export default {
| async-change | 是否开启异步变更,开启后需要手动控制输入值 | `Boolean` | `false` | - |
| input-width | 输入框宽度,须指定单位 | `String` | `30px` | 1.6.13 |
### Event
### Events
| 事件名 | 说明 | 回调参数 |
|------|------|------|