docs(result): fix markdown syntax issue (#5469)
parent
b4b2732133
commit
eb29738cd8
|
@ -15,8 +15,8 @@ Use when important operations need to inform the user to process the results and
|
||||||
|
|
||||||
| Property | Description | Type | Default | | | | | | |
|
| Property | Description | Type | Default | | | | | | |
|
||||||
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
||||||
| extra | operating area | #extra | - | | | | | | |
|
| extra | operating area | slot | - | | | | | | |
|
||||||
| icon | custom back icon | #icon | - | | | | | | |
|
| icon | custom back icon | slot | - | | | | | | |
|
||||||
| status | result status,decide icons and colors | \`'success' | 'error' | 'info' | 'warning' | '404' | '403' | '500'\` | 'info' |
|
| status | result status,decide icons and colors | `success` \| `error` \| `info` \| `warning` \| `404` \| `403` \| `500` | 'info' |
|
||||||
| subTitle | subTitle string | string \| VNode \| #subTitle | - | | | | | | |
|
| subTitle | subTitle string | string \| VNode \| slot | - | | | | | | |
|
||||||
| title | title string | string \| VNode \| #title | - | | | | | | |
|
| title | title string | string \| VNode \| slot | - | | | | | | |
|
||||||
|
|
|
@ -16,8 +16,8 @@ cover: https://gw.alipayobjects.com/zos/alicdn/9nepwjaLa/Result.svg
|
||||||
|
|
||||||
| 参数 | 说明 | 类型 | 默认值 | | | | | | |
|
| 参数 | 说明 | 类型 | 默认值 | | | | | | |
|
||||||
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
||||||
| extra | 操作区 | #extra | - | | | | | | |
|
| extra | 操作区 | slot | - | | | | | | |
|
||||||
| icon | 自定义 icon | #icon | - | | | | | | |
|
| icon | 自定义 icon | slot | - | | | | | | |
|
||||||
| status | 结果的状态,决定图标和颜色 | \`'success' | 'error' | 'info' | 'warning' | '404' | '403' | '500'\` | 'info' |
|
| status | 结果的状态,决定图标和颜色 | `success` \| `error` \| `info` \| `warning` \| `404` \| `403` \| `500` | 'info' |
|
||||||
| subTitle | subTitle 文字 | string \| VNode \| #subTitle | - | | | | | | |
|
| subTitle | subTitle 文字 | string \| VNode \| slot | - | | | | | | |
|
||||||
| title | title 文字 | string \| VNode \| #title | - | | | | | | |
|
| title | title 文字 | string \| VNode \| slot | - | | | | | | |
|
||||||
|
|
Loading…
Reference in New Issue