docs(dropdown-menu): update

This commit is contained in:
Benjamin Canac
2024-08-06 16:45:07 +02:00
parent 8d560bdd21
commit 39a63e8e3f
11 changed files with 485 additions and 48 deletions

View File

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