[Vuejs]-How to target the right ID in a modal window with Vue JS?

0👍

Have you tried to change v-for=”todo in todos” in the button to a different name, there could be a scope issue because your parent iteration variable is called the same.

Leave a comment