강의

멘토링

커뮤니티

Inflearn Community Q&A

optional94's profile image
optional94

asked

Learn Vue.js 3 with Projects

02. Looking at the folder structure

3:53 분에 HelloWorld 태그 인식을 못해서 오류 발생하비낟!

Resolved

Written on

·

435

0


위의 그림과 같이 오류가 발생하는데, 이유를 모르겠어요.. 어떻게 해결해야 할까요?

jsconfig.json 파일 안에 include 를 작성하기 전, 뷰를 설치할 때 기본적으로 작성된 코드가 있는 것들을 모두 지우고 영상 강의대로 진행했습니다. 지워진 코드는 아래와 같습니다.

  // "compilerOptions": {
  //   "target": "es5",
  //   "module": "esnext",
  //   "baseUrl": "./",
  //   "moduleResolution": "node",
  //   "paths": {
  //     "@/*": [
  //       "src/*"
  //     ]
  //   },
  //   "lib": [
  //     "esnext",
  //     "dom",
  //     "dom.iterable",
  //     "scripthost"
  //   ]
  // }
vue.js웹앱vuex

Answer 1

0

optional94님의 프로필 이미지
optional94
Questioner

Vetur삭제하고 진행하면 오류가 사라졌어요... 괜찮을까요?

kossiecoder님의 프로필 이미지
kossiecoder
Instructor

네 삭제하셔도 괜찮아요~

optional94's profile image
optional94

asked

Ask a question