feat: refine translation
This commit is contained in:
@@ -62,7 +62,7 @@ The `value`s of the selected items.
|
||||
^^^slot-item
|
||||
The label content of each button. Displays the value of the `label` property by default.
|
||||
|
||||
+++Scope properties
|
||||
+++Slot props
|
||||
| Name | Type | Description |
|
||||
| -- | -- | -- |
|
||||
| `label` | `string` | The descriptive label of the item. |
|
||||
@@ -71,7 +71,7 @@ The label content of each button. Displays the value of the `label` property by
|
||||
| `disabled` | `boolean=` | Whether the item is disabled. |
|
||||
+++
|
||||
|
||||
Additionally, custom properties apart from the listed ones will also be passes into the scope object via `v-bind`.
|
||||
Additionally, custom properties apart from the listed ones will also be passes into the slot props object via `v-bind`.
|
||||
^^^
|
||||
|
||||
### Events
|
||||
|
||||
Reference in New Issue
Block a user