[Vuejs]-VueJS show information in modal based on clicked list entry's index

0👍

Create a selectedMember field and let it save the ID. Then base your modal on it and change only the selectedMember-field. I’ve updated your pen: http://codepen.io/anon/pen/KNrYvz

Leave a comment