ant-design-vue/antdv-demo/docs/result/index.zh-CN.md

10 lines
423 B
Markdown
Raw Normal View History

2021-03-12 07:48:30 +00:00
## API
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| title | title 文字 | string \| VNode \| v-slot:title | - |
| subTitle | subTitle 文字 | string \| VNode \| v-slot:subTitle | - |
| status | 结果的状态,决定图标和颜色 | `'success' | 'error' | 'info' | 'warning'| '404' | '403' | '500'` | 'info' |
| icon | 自定义 icon | v-slot:icon | - |
| extra | 操作区 | v-slot:extra | - |