Does anyone have a recipe for positioning a Vuetify dialog near the mouse (i.e. near the activator component) rather than centered on the screen?
Does anyone have a recipe for positioning a Vuetify dialog near the mouse (i.e. near the activator component) rather than centered on the screen?
using a menu could be an answer!
https://vuetifyjs.com/en/components/menus/#popover-menu
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.