mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
docs(result): api table (#639)
This commit is contained in:
parent
3196ef703e
commit
db50008b9a
src/result/demos
@ -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. |
|
||||
|
@ -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 | `()` | 结果页底部信息 |
|
||||
|
Loading…
Reference in New Issue
Block a user