docs: type highlight (#4264)

This commit is contained in:
neverland
2019-08-27 22:09:21 +08:00
committed by GitHub
parent a79750d00c
commit ecbdc2bede
129 changed files with 1493 additions and 1484 deletions
+4 -4
View File
@@ -37,10 +37,10 @@ Vue.use(Panel);
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| icon | Left Icon | `string` | - | - |
| title | Title | `string` | - | - |
| desc | Description | `string` | - | - |
| status | Status | `string` | - | - |
| icon | Left Icon | *string* | - | - |
| title | Title | *string* | - | - |
| desc | Description | *string* | - | - |
| status | Status | *string* | - | - |
### Slots
+4 -4
View File
@@ -41,10 +41,10 @@ Vue.use(Panel);
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| title | 标题 | `string` | - | - |
| desc | 描述 | `string` | - | - |
| status | 状态 | `string` | - | - |
| icon | 标题左侧图标名称或图片链接,可选值见 Icon 组件 | `string` | - | - |
| title | 标题 | *string* | - | - |
| desc | 描述 | *string* | - | - |
| status | 状态 | *string* | - | - |
| icon | 标题左侧图标名称或图片链接,可选值见 Icon 组件 | *string* | - | - |
### Slots