docs(thing): api table (#602)

* docs(thing): 完善东西组件的说明文档

* docs(tree): 更新树组件的参数说明

* docs(thing): 更新东西组件的参数说明
This commit is contained in:
songjianet 2021-07-23 23:39:28 +08:00 committed by GitHub
parent 41750d908c
commit c0b0a854fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 28 deletions

View File

@ -13,20 +13,20 @@ indent
## Props
| Name | Type | Default | Description |
| ---------------- | --------- | ----------- | ----------- |
| content-indented | `boolean` | `false` | |
| content | `string` | `undefined` | |
| description | `string` | `undefined` | |
| title-extra | `string` | `undefined` | |
| title | `string` | `undefined` | |
| Name | Type | Default | Description |
| --- | --- | --- | --- |
| content-indented | `boolean` | `false` | Whether to enable content indentation. |
| content | `string` | `undefined` | Content area. |
| description | `string` | `undefined` | Description information. |
| title-extra | `string` | `undefined` | Additional information for the title. |
| title | `string` | `undefined` | Title information. |
## Slots
| Name | Parameters | Description |
| ------------ | ---------- | ----------- |
| action | `()` | |
| default | `()` | |
| description | `()` | |
| header-extra | `()` | |
| header | `()` | |
| Name | Parameters | Description |
| ------------ | ---------- | ------------------------------------- |
| action | `()` | Operating area slot. |
| default | `()` | Content information. |
| description | `()` | Description information. |
| header-extra | `()` | Additional information in the header. |
| header | `()` | Header information. |

View File

@ -13,20 +13,20 @@ indent
## Props
| 名称 | 类型 | 默认值 | 说明 |
| ---------------- | --------- | ----------- | ---- |
| content-indented | `boolean` | `false` | |
| content | `string` | `undefined` | |
| description | `string` | `undefined` | |
| title-extra | `string` | `undefined` | |
| title | `string` | `undefined` | |
| 名称 | 类型 | 默认值 | 说明 |
| ---------------- | --------- | ----------- | ---------------- |
| content-indented | `boolean` | `false` | 是否启用内容缩进 |
| content | `string` | `undefined` | 内容区域 |
| description | `string` | `undefined` | 描述信息 |
| title-extra | `string` | `undefined` | 标题的附加信息 |
| title | `string` | `undefined` | 标题 |
## Slots
| 名称 | 参数 | 说明 |
| ------------ | ---- | ---- |
| action | `()` | |
| default | `()` | |
| description | `()` | |
| header-extra | `()` | |
| header | `()` | |
| 名称 | 参数 | 说明 |
| ------------ | ---- | -------------- |
| action | `()` | 操作区域插槽 |
| default | `()` | 内容信息 |
| description | `()` | 描述信息 |
| header-extra | `()` | 头部的附加信息 |
| header | `()` | 头部信息 |