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
Toggling the checkbox will add/remove the value array to the v-model array.
What is actually happening?
Toggling the checkbox adds the contents of the value array to the v-model array. Checkbox is not toggled and contents are added as many times as clicked.