[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
+3 -3
View File
@@ -44,7 +44,7 @@ export default {
```
### API
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
@@ -56,7 +56,7 @@ export default {
| border | Whether to show bottom border | `Boolean` | `true` |
| z-index | Z-index | `Number` | `1` |
### Slot
### Slots
| Name | Description |
|------|------|
@@ -64,7 +64,7 @@ export default {
| left | Custom left side content |
| right | Custom right side content |
### Event
### Events
| Event | Description | Arguments |
|------|------|------|
+3 -3
View File
@@ -45,7 +45,7 @@ export default {
```
### API
### Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
@@ -57,7 +57,7 @@ export default {
| border | 是否显示下边框 | `Boolean` | `true` | 1.4.7 |
| z-index | 元素 z-index | `Number` | `1` | - |
### Slot
### Slots
| 名称 | 说明 |
|------|------|
@@ -65,7 +65,7 @@ export default {
| left | 自定义左侧区域内容 |
| right | 自定义右侧区域内容 |
### Event
### Events
| 事件名 | 说明 | 回调参数 |
|------|------|------|