// v-for -
// - The v-for directive supports the index of the iterated item as an optional second argument.
// v-bind -
// v-model - The v-model directive is used for two-way data binding with form inputs and textarea elements
// v-if - takes a data property as an expression and renders a particular code-block based on the truthiness of that data property.
// v-on - can also use @ instead