This API is returning a 2-d array like this

I want to use these values to iterate and display on my page like this
I've looked through vue documentation but list rendering doesn't work. Is there any way I can do this with v-for or any other method?

codeand what you have tried so far.