After clicking on an item, I need to close the menu. I can do this via the event @item-click. (set collapsed=true).
My parent menu items also contains href: '/...'. I use vueRouterEnabel.
And how do I make it so that when you click on the parent, you can:
- Use child menu items (i.e. expand the menu to view children) and be able to use the parent item as a link (href:'') to another page.
- It was possible to close the menu after clicking on the parent (meaning following the link href: '/...').
After clicking on an item, I need to close the menu. I can do this via the event @item-click. (set collapsed=true).
My parent menu items also contains href: '/...'. I use vueRouterEnabel.
And how do I make it so that when you click on the parent, you can: