3👍
I don’t know if you have got the answer to it but if not, you can use: @change=”function”
1👍
I have no idea how the vuetify
library works neither the dojo
, but I’m familiar with the VUE
. The v-model
is essentially syntax sugar for updating data on user input events, you could replace it with v-bind
and v-on:input
. So it’s wrong you bind sliderInput
with input event
again.
Source:stackexchange.com