Result 
It is used to feed back the processing results of a series of operation tasks. It is used when there are important operations that need to inform the user of the processing results and the feedback content is more complicated.
Basic usage 
Show the result status.
This is title content
This is subtitle content
Success 
Show success status.
This is title content
This is subtitle content
Warning 
Show warning status.
This is title content
This is subtitle content
Error 
Show error status.
This is title content
This is subtitle content
HTTP status code 403 
No access to the current page.
Access to this resource on the server is denied.
HTTP status code 404 
Page not found.
Whoops, that page is gone.
HTTP status code 500 
Server error.
This page isn’t working.
Custom status 
Custom Status. You need to set the Icon property.
This is title content
This is subtitle content
All features 
All features.
This is title content
This is subtitle content
extra content
Result API 
Result Attributes 
| Name | Description | Type | Default | 
|---|---|---|---|
| status | The status displayed on the result page | String | info | 
| title | Title | String | - | 
| subtitle | Subtitle | String | - | 
Result Slots 
| Name | Description | Type | 
|---|---|---|
| icon | Icon | - | 
| title | Title | - | 
| subtitle | Subtitle | - | 
| extra | Extra | - | 
| default | Default | - |