The problem with the latest vuesax release ^3.8.39.
When I use vs-switch, I need to call function. I use @change="someFunction".
During switching this function calls and executes 2 times.
Occurs in Chrome 73.0.3683.86
Package manager Yarn.
methods:{
StatusSwitch (objectId) {
console.log("Check");
}
}
Will show in console
Check
Check
Same problem here

I haven't seen code. So, i dont know why thats working but you can use @input for changes. This will be triggered only once.
Cheers ~
I haven't seen code. So, i dont know why thats working but you can use @input for changes. This will be triggered only once.
Cheers ~
Thank you! Seems works fine.
Most helpful comment
I haven't seen code. So, i dont know why thats working but you can use @input for changes. This will be triggered only once.
Cheers ~