[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
@@ -33,6 +33,7 @@ Vue.use(Panel);
| Attribute | Description | Type | Default |
|-----------|-----------|-----------|-------------|
| icon | Left Icon | `String` | - |
| title | Title | `String` | - |
| desc | Description | `String` | - |
| status | Status | `String` | - |