Published
- 1 min read
v-select on change
The solution for this is noted below
v-select on change
Solution
// If 'v-on:change' doesnt work try using 'v-on:input'
// on change example
v-on:change="yourFunction"
// on input example
v-on:input="yourFunction"
Try other methods by searching on the site. That is if this doesn’t work