Vue Directives

Directivesopen in new window are special attributes with the v- prefix, which will reactively apply side effects to the DOM when the value of its expression changes. Directives are used for binding, events, conditional rendering and list rendering.