소개
게시글
질문&답변
2021.08.11
for문으로 프로젝트 수행하려면
앵 왜 상충되나요?
- 0
- 2
- 515
질문&답변
2021.06.27
정적인 데이터바인딩
그러면 :isOk="true"와 :isOk="isShow"(데이터바인딩)은 무슨차이 입니까??
- 0
- 2
- 140
질문&답변
2021.06.15
picked
103쪽,104쪽에서 checked=[]와 picked=''을 놓고 선택한 지역: {{checked or picked}} 하면 value값에 들어가는데 본래 v-model은 checked(boolean)의 값이 들어가야 되는 것 아닌가요?
- 0
- 4
- 193
질문&답변
2021.06.12
저장만 하면 에러가 뜹니다
모르겠어서 비쥬얼코드 지우고 다시 깔건데 프리티어는 깔지 말까요?? 혹시 이것이 vscode들어갈때 마다 뜨는데 이것이 문제인가요? Vetur can't find `package.json` in c:\Users\ASUS\Desktop\WEB만들기.
- 0
- 4
- 3.6K
질문&답변
2021.06.12
저장만 하면 에러가 뜹니다
지우고 npm run serve친다음 페이지 들어가보니까 됐습니다. 하지만 안녕하세요를 치고 다른 문장으로 바꾸고 저장했더니 또 에러가 뜹니다. 진짜 미치겠습니다. Failed to compile../src/views/Databinding.vue Module Error (from ./node_modules/eslint-loader/index.js): C:\Users\ASUS\Desktop\WEB만들기\vue-default\src\views\Databinding.vue 8:7 error Missing space before function parentheses space-before-function-paren 10:1 error Expected indentation of 6 spaces but found 4 indent 11:6 error Extra semicolon semi 13:8 error Missing space before function parentheses space-before-function-paren 14:10 error Missing space before function parentheses space-before-function-paren 15:10 error Missing space before function parentheses space-before-function-paren 21:9 error Newline required at end of file but not found eol-last ✖ 7 problems (7 errors, 0 warnings) 7 errors and 0 warnings potentially fixable with the `--fix` option.
- 0
- 4
- 3.6K