You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up a NavigationMenu component with nested items.
Create at least two levels of submenu items.
Trigger the second-level submenu item.
Describe the bug
When the NavigationMenu contains nested items, the submenu items of a submenu item are not shown. This makes it impossible to navigate deeper into the menu structure.
Expected behavior
When a submenu item is triggered, its nested submenu items should appear.
Context & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered:
Environment
Link to minimal reproduction
https://stackblitz.com/edit/gnfmurzy?file=src%2FApp.vue
Steps to reproduce
Describe the bug
When the NavigationMenu contains nested items, the submenu items of a submenu item are not shown. This makes it impossible to navigate deeper into the menu structure.
Expected behavior
When a submenu item is triggered, its nested submenu items should appear.
Context & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered: