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.
Click to load comments...