Skip to content

Commit eb29738

Browse files
authored
docs(result): fix markdown syntax issue (#5469)
1 parent b4b2732 commit eb29738

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

components/result/index.en-US.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Use when important operations need to inform the user to process the results and
1515

1616
| Property | Description | Type | Default | | | | | | |
1717
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
18-
| extra | operating area | #extra | - | | | | | | |
19-
| icon | custom back icon | #icon | - | | | | | | |
20-
| status | result status,decide icons and colors | \`'success' | 'error' | 'info' | 'warning' | '404' | '403' | '500'\` | 'info' |
21-
| subTitle | subTitle string | string \| VNode \| #subTitle | - | | | | | | |
22-
| title | title string | string \| VNode \| #title | - | | | | | | |
18+
| extra | operating area | slot | - | | | | | | |
19+
| icon | custom back icon | slot | - | | | | | | |
20+
| status | result status,decide icons and colors | `success` \| `error` \| `info` \| `warning` \| `404` \| `403` \| `500` | 'info' |
21+
| subTitle | subTitle string | string \| VNode \| slot | - | | | | | | |
22+
| title | title string | string \| VNode \| slot | - | | | | | | |

components/result/index.zh-CN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ cover: https://gw.alipayobjects.com/zos/alicdn/9nepwjaLa/Result.svg
1616

1717
| 参数 | 说明 | 类型 | 默认值 | | | | | | |
1818
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
19-
| extra | 操作区 | #extra | - | | | | | | |
20-
| icon | 自定义 icon | #icon | - | | | | | | |
21-
| status | 结果的状态,决定图标和颜色 | \`'success' | 'error' | 'info' | 'warning' | '404' | '403' | '500'\` | 'info' |
22-
| subTitle | subTitle 文字 | string \| VNode \| #subTitle | - | | | | | | |
23-
| title | title 文字 | string \| VNode \| #title | - | | | | | | |
19+
| extra | 操作区 | slot | - | | | | | | |
20+
| icon | 自定义 icon | slot | - | | | | | | |
21+
| status | 结果的状态,决定图标和颜色 | `success` \| `error` \| `info` \| `warning` \| `404` \| `403` \| `500` | 'info' |
22+
| subTitle | subTitle 文字 | string \| VNode \| slot | - | | | | | | |
23+
| title | title 文字 | string \| VNode \| slot | - | | | | | | |

0 commit comments

Comments
 (0)