Good day, try adding an item to a particular section of the task list. There is a list of groups created using the v-for from the array and in each distinct group of needs inputof added tasks and appear within just this group. I tried to do is getting a reference to the current object in the array groups to push new object, but so the tasks are added in all groups. Tell me how to make that element was added to that group on which clicked? I can't think of.
Here's a simplified version of the code component:
https://jsfiddle.net/rokerok_22/3vqs7ovx/1/