[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
@@ -29,7 +29,7 @@ Vue.use(Panel);
</van-panel>
```
### API
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
@@ -38,7 +38,7 @@ Vue.use(Panel);
| desc | Description | `String` | - |
| status | Status | `String` | - |
### Slot
### Slots
| Name | Description |
|------|------|
+2 -2
View File
@@ -31,7 +31,7 @@ Vue.use(Panel);
</van-panel>
```
### API
### Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
@@ -40,7 +40,7 @@ Vue.use(Panel);
| status | 状态 | `String` | - | - |
| icon | 标题左侧图标名称或图片链接,可选值见 Icon 组件 | `String` | - | 1.3.8 |
### Slot
### Slots
| 名称 | 说明 |
|------|------|