How does `v-model` work on a `<textarea>` element in Vue 3?
-
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