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

@@ -89,7 +89,7 @@ When `parse` and `format` are specified, values can be of any type, and `parse`
^^^slot-thumb
The thumb(s) of the slider. Displays a round button by default.
+++Scope properties
+++Slot props
| Name | Type | Description |
| -- | -- | -- |
| `index` | `number` | The index of current thumb. |
@@ -102,7 +102,7 @@ The thumb(s) of the slider. Displays a round button by default.
^^^slot-tip
The entire tooltip for each thumb. Displays a `Tooltip` component with `value` as its content by default.
+++Scope properties
+++Slot props
| Name | Type | Description |
| -- | -- | -- |
| `target` | `HTMLElement` | The rendered `Element` for current thumb. |