[Doc] update changelog

This commit is contained in:
陈嘉涵
2018-10-18 18:50:23 +08:00
parent 2228e46733
commit 2e8d7e0b4f
107 changed files with 810 additions and 1212 deletions
+7 -7
View File
@@ -33,17 +33,17 @@ Vue.use(Panel);
### API
| 参数 | 说明 | 类型 | 默认值 |
|-----------|-----------|-----------|-------------|
| title | 标题 | `String` | - |
| desc | 描述 | `String` | - |
| status | 状态 | `String` | - |
| icon | 标题左侧图标,可选值见 Icon 组件 | `String` | - |
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| title | 标题 | `String` | - | - |
| desc | 描述 | `String` | - | - |
| status | 状态 | `String` | - | - |
| icon | 标题左侧图标,可选值见 Icon 组件 | `String` | - | 1.3.8 |
### Slot
| 名称 | 说明 |
|-----------|-----------|
|------|------|
| - | 自定义内容 |
| header | 自定义 header |
| footer | 自定义 footer |