docs: 修复InputArray属性type描述错误问题 (#6144)

This commit is contained in:
Dora 2023-02-07 17:33:54 +08:00 committed by GitHub
parent b555c0e76e
commit 728fd95ecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ InputArray 是一种简化的 [Combo](./combo),用于输入多个某种类型
| 属性名 | 类型 | 默认值 | 说明 |
| ------------- | ------------------------------------------- | --------- | ------------------------------------------------------------------------ |
| type | `string` | `"array"` | 指明为`array`组件 |
| type | `string` | `"input-array"` | 指明为`array`组件 |
| items | [`SchemaNode`](../../docs/types/schemanode) | | 配置单项表单类型 |
| addable | `boolean` | | 是否可新增。 |
| removable | `boolean` | | 是否可删除 |