Menu can be offset relative to the activator by using the anchor prop.
end
Menus can be accessed using hover instead of clicking with the open-on-hover prop.
With the new v-slot syntax, nested activators such as those seen with a v-menu and v-tooltip attached to the same activator button, need a particular setup in order to function correctly.
A menu can be configured to be static when opened, allowing it to function as a popover. This can be useful when there are multiple interactive items within the menu contents.