I am using a dropdown
menu components in vuejs to make normal dropdown menu.
My code is for dropdown
component is :
I know it's quite an old question but I think the best way to do that without any external plugins is to add a click listener to mounted lifecycle hook (and remove it on beforeDestroy hook) and filter the clicks on your component so it only hides when clicked outside.
toggle menu