docs: type highlight (#4264)
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user