Directives are special tokens prefixed with v- that apply reactive behavior to the DOM. Examples: v-if (conditional rendering), v-for (looping), and v-bind (attribute binding).
v-
v-if
v-for
v-bind