fix(Dropdown): merge item class

Fixes #1157
This commit is contained in:
Benjamin Canac
2023-12-28 13:14:17 +01:00
parent ffd20b3991
commit 7151b7b97d
3 changed files with 4 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ Pass an array of arrays to the `items` prop of the Dropdown component. Each arra
- `shortcuts` - The shortcuts of the item.
- `slot` - The slot of the item.
- `disabled` - Whether the item is disabled.
- `class` - The class of the item.
- `click` - The click handler of the item.
You can also pass any property from the [NuxtLink](https://nuxt.com/docs/api/components/nuxt-link#props) component such as `to`, `exact`, etc.