feat: refine translation

This commit is contained in:
Justineo
2022-01-24 18:53:52 +08:00
parent 699050a4d9
commit 9cbfe8bf0e
30 changed files with 94 additions and 94 deletions

View File

@@ -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