You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error "Do not use v-for index as key on children, this is the same as not using keys."
I think I had no errors with this implementation before. My workaround to this issue was to add a number to the index value :key="i+1" but I'm not sure if I should do it.