The video for this lesson is currently being updated, please read the transcript instead.

Vue essentials - Custom directives

Welcome the sixth module of this course, Custom directives and plugins. Our main goal in this module will be to add a "tooltip" feature to the app using - you guessed it - a custom directive which we'll add as a reusable plugin.

Let's begin in this lesson by looking at custom directives.

Custom directives

Directives, as we know, give you the ability to easily connect your JavaScript data and functionality to a template.

To view the complete lesson you'll need to login or join this course.


Click to load comments...