Is there a way to retrieve the value of a text field without using v-model and without using any methods while typing?
<input type="text" class="form-field"
v-on:keyup="data.sample = this.target.value">
I've tried using:
- this.value
this.target.value
e.target.value