docs(dynamic-tags): fix closable default value

This commit is contained in:
07akioni 2021-06-15 14:35:13 +08:00
parent 962c2cebbb
commit c4950e01d3
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ form
| Name | Type | Default | Description |
| --- | --- | --- | --- |
| closable | `boolean` | `false` | |
| closable | `boolean` | `true` | |
| default-value | `string[]` | `[]` | |
| disabled | `boolean` | `false` | |
| input-style | `string \| Object` | `undefined` | |

View File

@ -13,7 +13,7 @@ form
| 名称 | 类型 | 默认值 | 说明 |
| --- | --- | --- | --- |
| closable | `boolean` | `false` | |
| closable | `boolean` | `true` | |
| default-value | `string[]` | `[]` | |
| disabled | `boolean` | `false` | |
| input-style | `string \| Object` | `undefined` | |