코딩(Coding)

[Vue.js] v-for문 사용시 발생하는 에러 Elements in iteration expect to have 'v-bind:key' directives vue/require-v-for-key

Ghomdori 2020. 2. 18. 16:47

Elements in iteration expect to have 'v-bind:key' directives vue/require-v-for-key

 vue js를 사용하다보면 v-for문을

해당 에러가 발생하는 경우가 있습니다.

 

 

해당 에러 해결방법은

정말 간단합니다..

 

 

 

span / li / div / 등등 

태그 안에 v-bind:key 속성을 추가해줍니다.

끝!