update showInput type (#2337)

This commit is contained in:
Simplified-Mind 2021-07-29 11:09:39 +01:00 committed by GitHub
parent 4c5482a452
commit a0526cc7d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,4 +63,4 @@ order: 38
| delimiter | `string` | `,` | 分隔符 |
| unit | `string` | | 单位 |
| clearable | `boolean` | | 是否可清除 |
| showInput | `string` | | 是否显示输入框 |
| showInput | `boolean` | | 是否显示输入框 |