mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-07 13:48:31 +08:00
docs(dynamic-tags): fix closable default value
This commit is contained in:
parent
962c2cebbb
commit
c4950e01d3
@ -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` | |
|
||||
|
@ -13,7 +13,7 @@ form
|
||||
|
||||
| 名称 | 类型 | 默认值 | 说明 |
|
||||
| --- | --- | --- | --- |
|
||||
| closable | `boolean` | `false` | |
|
||||
| closable | `boolean` | `true` | |
|
||||
| default-value | `string[]` | `[]` | |
|
||||
| disabled | `boolean` | `false` | |
|
||||
| input-style | `string \| Object` | `undefined` | |
|
||||
|
Loading…
Reference in New Issue
Block a user