ownHackathon / hackathon-vuejs-client

0 stars 0 forks source link

Automatic closing of the navigation drop-down menu #1

Open BibaltiK opened 2 years ago

BibaltiK commented 2 years ago

Problem: The dropwdown in the top navigation can only be closed by clicking on the button or a link in it.

Task: We need a function that closes the dropdown if clicked outside the navigation.

BibaltiK commented 2 years ago

To the note: Using your own vue directive https://vuejsexamples.com/a-vue-js-3-click-outside-custom-directive/