강의

멘토링

커뮤니티

Inflearn Community Q&A

leh87671680's profile image
leh87671680

asked

Vue.js Intermediate Course - Learn Vue.js, ES6, and Vuex by creating a web app

TodoList Component Todo Completion Implementation

index 오류 관련

Resolved

Written on

·

225

2

아래에 남겨주신 답변을 보고 진행했습니다만

터미널에는 error 표시가 계속 보여집니다.

이렇게 보여져도 괜찮은 건가요 ?

 ERROR  Failed to compile with 1 error                                                                                                             18:28:06
 error  in ./src/components/TodoList.vue

Module Error (from ./node_modules/eslint-loader/index.js):       

C:\_EH\__git\learn_vue_js_02\vue-todo\src\components\TodoList.vue
  37:38  error  'index' is defined but never used  no-unused-vars

es6javascriptvuejsvuex

Answer 2

2

captain님의 프로필 이미지
captain
Instructor

안녕하세요 은혜님, vue.config.js 파일에 아래 옵션을 추가해 주시고 서버를 재실행 해주시겠어요? :)

vue.config.js는 프로젝트의 루트 레벨에 생성해 주시면 됩니다. `package.json` 옆에 생성하시면 돼요 :)

1

저도 계속이러는데 어떻게 해야합니까

leh87671680's profile image
leh87671680

asked

Ask a question