Closed Laranjeiras closed 2 years ago
Could you elaborate more?
If you need to get the value within the event listener function, something like this should work:
<v-money3 @change="changed">
changed(event) => {
console.log(event.target.value)
}
@change event is not returning the value, it is returning the component.