Directive v-model
Create a two-way binding on a form input element
or a component.
Expects: varies based on value of form inputs
element or output of components
Limited to:
Modifiers:
.lazy - listen to change events instead of input
.number - cast valid input string to numbers
.trim - trim input