[Doc] use ts-style type

This commit is contained in:
陈嘉涵
2019-07-11 20:35:41 +08:00
parent 32f19c5561
commit 019c75506a
120 changed files with 1288 additions and 1288 deletions
+4 -4
View File
@@ -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
+4 -4
View File
@@ -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