2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-01-12 12:25:16 +08:00

docs(result): api table ()

This commit is contained in:
songjianet 2021-07-25 13:32:42 +08:00 committed by GitHub
parent 3196ef703e
commit db50008b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View File

@ -22,14 +22,14 @@ size
| Name | Type | Default | Description |
| --- | --- | --- | --- |
| description | `string` | `undefined` | |
| size | `'small' \| 'medium' \| 'large' \| 'huge'` | `'medium'` | |
| status | `'info' \| 'success' \| 'error' \| 'warning' \| 404 \| '404' \| 500 \| '500' \| 400 \| '400' \| 418 \| '418'` | `'info'` | |
| title | `string` | `undefined` | |
| description | `string` | `undefined` | Description. |
| size | `'small' \| 'medium' \| 'large' \| 'huge'` | `'medium'` | Size. |
| status | `'info' \| 'success' \| 'error' \| 'warning' \| 404 \| '404' \| 500 \| '500' \| 400 \| '400' \| 418 \| '418'` | `'info'` | Status. |
| title | `string` | `undefined` | Title. |
## Slots
| Name | Parameters | Description |
| ------- | ---------- | ----------- |
| default | `()` | |
| footer | `()` | |
| Name | Parameters | Description |
| ------- | ---------- | ---------------------------------------------- |
| default | `()` | Results page content information. |
| footer | `()` | Information at the bottom of the results page. |

View File

@ -22,14 +22,14 @@ size
| 名称 | 类型 | 默认值 | 说明 |
| --- | --- | --- | --- |
| description | `string` | `undefined` | |
| size | `'small' \| 'medium' \| 'large' \| 'huge'` | `'medium'` | |
| status | `'info' \| 'success' \| 'error' \| 'warning' \| 404 \| '404' \| 500 \| '500' \| 400 \| '400' \| 418 \| '418'` | `'info'` | |
| title | `string` | `undefined` | |
| description | `string` | `undefined` | 描述信息 |
| size | `'small' \| 'medium' \| 'large' \| 'huge'` | `'medium'` | 大小 |
| status | `'info' \| 'success' \| 'error' \| 'warning' \| 404 \| '404' \| 500 \| '500' \| 400 \| '400' \| 418 \| '418'` | `'info'` | 状态 |
| title | `string` | `undefined` | 标题 |
## Slots
| 名称 | 参数 | 说明 |
| ------- | ---- | ---- |
| default | `()` | |
| footer | `()` | |
| 名称 | 参数 | 说明 |
| ------- | ---- | -------------- |
| default | `()` | 结果页内容信息 |
| footer | `()` | 结果页底部信息 |