Hi, this isn't directly a Nuxt question, but a Vue typescript question. I'm getting this type error for when I have an array of elements that are not undefined, e.g.,
string[]
string[]
, but when I use
v-for
v-for
on that array via the index as I have to be able to update the array value.