Hi
is there a way to reverse button switch state ??
so that false value becomes true and true value becomes false
I have tried with sync="true", value="isComputed" but if sync is set to true button is disabled and if sync is set to false value is ignored and if I use v-model then value is overwritten
Hi
is there a way to reverse button switch state ??
so that false value becomes true and true value becomes false
I have tried with
sync="true",value="isComputed"but if sync is set to true button is disabled and if sync is set to false value is ignored and if I use v-model then value is overwritten