Vue JS Practice Test
Vue JS Forms and Validation
How does `v-model` work on a `` element in Vue 3?
Select your answer
A
It binds the textarea's value to a data property, keeping it in sync with reactive state
B
You must use :value and @change separately for textareas
C
It binds to the innerHTML property of the textarea
D
Textareas require a special v-model.textarea modifier
Hint