Directives are template annotations starting with v- that reactively update the DOM. This lesson covers practical patterns, syntax, and mistakes to avoid.
Built-in Directives
Directives are template annotations starting with v- that reactively update the DOM.
Core directives include v-bind, v-model, v-if, v-show, v-for, v-on.