mirror of
https://github.com/halo-dev/docs.git
synced 2026-01-14 07:02:53 +08:00
docs: fix some correct document formatting using autocorrect (#493)
Fix some correct document formatting using [autocorrect](https://github.com/huacnlee/autocorrect) ```release-note None ```
This commit is contained in:
@@ -30,10 +30,10 @@ const groupName = ref('my-test-group')
|
||||
| `meta` | Record\<string, unknown\> | undefined | 可选,要发送的额外元数据。 |
|
||||
| `autoProceed` | boolean | false | 可选,在某些操作后自动继续。 |
|
||||
| `allowedMetaFields` | string[] | undefined | 可选,指定允许的元数据字段。 |
|
||||
| `endpoint` | string | 无,必填 | 数据发送到的端点URL。 |
|
||||
| `endpoint` | string | 无,必填 | 数据发送到的端点 URL。 |
|
||||
| `name` | string | file | 可选,用于上传的表单字段的名称。 |
|
||||
| `note` | string | undefined | 可选,任何备注或描述。 |
|
||||
| `method` | "GET" \| "POST" \| "PUT" \| "HEAD" \| "get" \| "post" \| "put" | post | 可选,用于请求的HTTP方法。 |
|
||||
| `method` | "GET" \| "POST" \| "PUT" \| "HEAD" \| "get" \| "post" \| "put" | post | 可选,用于请求的 HTTP 方法。 |
|
||||
| `disabled` | boolean | false | 可选,如果为真,则禁用组件。 |
|
||||
| `width` | string | 750px | 可选,组件的宽度。 |
|
||||
| `height` | string | 550px | 可选,组件的高度。 |
|
||||
|
||||
Reference in New Issue
Block a user