Without using v-model, how to retrieve text field's value when typing? If possible without using any methods.
<input type="text" class="form-field"
v-on:keyup="data.sample = this.target.value">
I used
- this.value
this.target.value
e.target.value