0👍
you can use watch property to check and do actions :
watch: {
switchopera: function(value){
// do action
}
}
Source:stackexchange.com
0👍
you can use watch property to check and do actions :
watch: {
switchopera: function(value){
// do action
}
}