DropdownMenuSub
Overview
The root provider for a dropdown submenu.
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| open | boolean | undefined | The controlled open state of the submenu. | |
| defaultOpen | boolean | undefined | The open state of the submenu when initially rendered. |
Slots
default
Scoped slot.
Events
| Name | Description |
|---|---|
update:open | Emitted when the open state changes. |
Source
client/lib/navigation/dropdown-menu/DropdownMenuSub.vue