Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Custom Vue Directives

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

Directive's Argument

Custom Vue.js directives support up to one argument. The argument, in this case slow, is specified with the colon v-switch-color:slow.

In this lesson, we're learning how we to create a speed argument for our custom directive.