Hello I took over the vue project and right now i'm working on module that dynamicly adds and delate sections. Each section has opton to ceate elements also by v-for. My problem is that buttons for delateing elemnts don't konw in which section exists.
symptoms: In first section i'm adding 3 elements and console returns this.$ref.index > (3) [tr, tr, tr] nex i'm creating another section and adding one elemnt then clg shows this.$ref.index > (4) [tr, tr, tr, tr,]
i't should't be like that righ? do you have any ide how to compare elemnts with right sections