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.
Source:stackexchange.com
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.