[Doc] use ts-style type
This commit is contained in:
+4
-4
@@ -36,10 +36,10 @@ Vue.use(Panel);
|
||||
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| 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
|
||||
|
||||
|
||||
@@ -40,10 +40,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