[Vue.js] Elements in iteration expect to have 'v-bind:key'

Yuri Lee·2021년 5월 26일
0

배경

<li> tag에서 v-for을 사용할 때 다음과 같은 에러가 발생했다.

Elements in iteration expect to have 'v-bind:key'

원인

컴포넌트에서 vo-for을 사용할 때 v-bind:key, key 값을 명시해줘야 하기 때문이다.

해결 방법

<li> 태그 안에 v-bind:key 속성을 추가해주면 에러가 사라진다!


https://bumcrush.tistory.com/164

profile
Step by step goes a long way ✨

0개의 댓글