[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
@@ -92,7 +92,7 @@ export default {
};
```
### API
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
@@ -105,7 +105,7 @@ export default {
| active-value | Value when active | `any` | `true` |
| inactive-value | Value when inactive | `any` | `false` |
### Event
### Events
| Event | Description | Parameters |
|------|------|------|
+2 -2
View File
@@ -92,7 +92,7 @@ export default {
};
```
### API
### Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
@@ -105,7 +105,7 @@ export default {
| active-value | 打开时的值 | `any` | `true` | 1.5.6 |
| inactive-value | 关闭时的值 | `any` | `false` | 1.5.6 |
### Event
### Events
| 事件名 | 说明 | 回调参数 |
|------|------|------|