2021-10-22 19:32:39 +08:00
|
|
|
---
|
|
|
|
lang: en-US
|
2021-10-25 13:57:18 +08:00
|
|
|
type: component
|
2021-10-22 19:32:39 +08:00
|
|
|
---
|
|
|
|
|
2021-09-17 00:18:50 +08:00
|
|
|
# Result
|
|
|
|
|
|
|
|
Used to give feedback on the result of user's operation or access exception.
|
|
|
|
|
|
|
|
## Basic usage
|
|
|
|
|
|
|
|
:::demo
|
|
|
|
|
|
|
|
result/basic-usage
|
|
|
|
|
|
|
|
:::
|
|
|
|
|
|
|
|
## Customized content
|
|
|
|
|
|
|
|
:::demo
|
|
|
|
|
|
|
|
result/customized-content
|
|
|
|
|
|
|
|
:::
|
|
|
|
|
|
|
|
### Result Attributes
|
|
|
|
|
|
|
|
| Attribute | Description | Type | Accepted Values | Default |
|
|
|
|
| --------- | ----------- | ------ | -------------------------------- | ------- |
|
|
|
|
| title | title | string | — | — |
|
|
|
|
| sub-title | sub title | string | — | — |
|
|
|
|
| icon | icon type | string | success / warning / info / error | info |
|
|
|
|
|
|
|
|
### Result Slots
|
|
|
|
|
|
|
|
| Name | Description |
|
|
|
|
| -------- | ----------------- |
|
|
|
|
| icon | custom icon |
|
|
|
|
| title | custom title |
|
|
|
|
| subTitle | custom sub title |
|
|
|
|
| extra | custom extra area |
|