v-model
-
Expects: varies based on input type
-
Limited to:
<input>
<select>
<textarea>
-
Param Attributes:
-
Usage:
Create a two-way binding on a form input element. For detailed usage, see guide section linked below.
-
See also: Form Input Bindings
Please login to continue.