Answer the question
In order to leave comments, you need to log in
How to fix missing property in object error in vue component iteration?
The problem in my opinion is very simple, but still I can not solve it, please help me out
In this code, everything is displayed correctly
<li
v-for="i in 5"
:key="i"
>
<span>
{{ list.content[i - 1] }}
</span>
</li>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question