mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 19:00:35 +01:00
docs(dropdown-menu): update
This commit is contained in:
@@ -12,6 +12,10 @@ links:
|
||||
|
||||
## Usage
|
||||
|
||||
Use the `v-model` directive to control the value of the RadioGroup.
|
||||
|
||||
### Items
|
||||
|
||||
Use the `items` prop as an array of objects with the following properties:
|
||||
|
||||
- `label?: string`{lang="ts-type"}
|
||||
@@ -19,8 +23,6 @@ Use the `items` prop as an array of objects with the following properties:
|
||||
- `value?: string`{lang="ts-type"}
|
||||
- `disabled?: boolean`{lang="ts-type"}
|
||||
|
||||
Use the `v-model` directive to control the value of the RadioGroup.
|
||||
|
||||
::component-code
|
||||
---
|
||||
ignore:
|
||||
|
||||
Reference in New Issue
Block a user