Interested in using v-for and I have encountered a scenario with an object structure as seen here: https://i.sstatic.net/wNguk.png
Upon inspecting the dev console, the object looks similar to this: https://i.sstatic.net/jyqth.png
My query is about how to effectively iterate through both the main array and the nested array within it using v-for. I attempted to use this solution but unfortunately, it was not successful.
Appreciate any assistance on this matter!