[improvement] Panel: add icon prop (#1942)

This commit is contained in:
neverland
2018-10-17 11:53:02 +08:00
committed by GitHub
parent 9c5fa8a9d4
commit fcd5a53cf7
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@ Vue.use(Panel);
| title | 标题 | `String` | - |
| desc | 描述 | `String` | - |
| status | 状态 | `String` | - |
| icon | 标题左侧图标,可选值见 Icon 组件 | `String` | - |
### Slot