docs: 补充 input-sub-form 的 addButtonText 配置说明

This commit is contained in:
吴多益 2022-01-28 17:31:44 +08:00 committed by GitHub
parent d05fc47343
commit 739e7b47d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,3 +179,4 @@ order: 50
| itemClassName | `string` | `` | 值元素 CSS 类名 |
| itemsClassName | `string` | `` | 值包裹元素 CSS 类名 |
| form | [Form](./index) | | 子表单配置,同 [Form](./index) |
| addButtonText | `string` | `` | 自定义新增一项的文本 |