[Vuejs]-How acces to object id with button Vuejs

0👍

you can call it like this

<button @click="editMemit(memit.id)">Edit</button>

Leave a comment