vue-burger-menu
vue-burger-menu copied to clipboard
modify closeOnNavigation not to close when non-link element is clicked
This is useful when you want to put nested links such as under dropdown inside the menu. You don't want to close it when user clicks the parent dropdown. So restrict the condition to close as its parent node is A tag.