You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 overwrittenThe text was updated successfully, but these errors were encountered: