UNavigationMenu with a list of NavigationMenuItem[] items. Currently, to make an item clickable, it needs a to: "/path" property which changes the route. However, for my application, I want to change views without changing routes.click: () => { /* handler */ } to my navigation items@select="handleSelect" to the UNavigationMenu componentUNavigationMenu component does not properly recognize or trigger the click handlers in the items.`
Nuxt = 3.17.2
@nuxt/ui==3.1.1