본문 바로가기
WEB/Etc

[vue.js] <li> v-for 에러

by 얼빵이 2021. 11. 1.
반응형

vue.js에서 <li> 안에 v-for를 돌렸을때 에러가 났다

<li v-for="(todo, index) in todos">

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

error  'index' is defined but never used                             vue/no-unused-vars

 

 

아래와 같이 수정 후 정상적으로 작동된다

<li v-for="(todo, index) in todos" :key="index">

 

참쉽죠?

 

 

반응형

댓글


TOP

TEL. 02.1234.5678 / 경기 성남시 분당구 판교역로