Courses

The Vue.js Master Class - Custom Vue.js Directives - Close Dropdown on Click Outside

In this lesson, we're implementing the v-click-outside directive that we made in the Custome Vue.js Directives course. We import the directive in the navbar component since we don't need it globally available. We use the directive to close the dropdown menu in the navbar.