DEV Community

Discussion on: Vue.js and Binding to Radio Controls

Collapse
 
steinbring profile image
Joe Steinbring

It isn't exactly what I'm aiming for. I'm not just looking to display a 1 for the leader. I want to have it available to pass to an API. You are correct that the team should really be in an array, though.

Collapse
 
alexanderjanke profile image
Alex Janke • Edited

You could now add a watcher to that array and pass the info to your API whenever something changed. Should work out :)