Blog Content

  • vue3 설치

    Category Vue.js | Node.js on 2022. 8. 25. 17:17

    1. node.js 설치하기 : https://nodejs.org/ko/ Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org node.js 16 버전으로 설치를 하고 명령 프롬프트 창에서 확인한다 2. Visual Studio Code 설치하기 : https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications..

    Read more
  • Property or method "data" is not defined on the instance but referenced during render

    Category Vue.js | Node.js on 2022. 3. 11. 23:45

    vue3에서 변수에 값을 받아서 리스트 뿌리는 예제를 해보는데 오류가 난다 제대로 했는데 왜 나는지 잘 모르겠다. 오류 내용을 보면 load를 할때 data라는걸 못찾아서 그렇다고 하는데 변수 선언하고 다 했는데 안된다 오류는 안나오고 내가 원하는데로 화면은 나왔는데 이게 맞는 방법인지는 모르겠다;;; 오류가 나는 코드 {{value}} 오류를 수정한 코드 {{value}}

    Read more
이전 1 다음