반응형

실무 28

4. vue.js SearchBar 자동완성_참고 포스팅 모음

https://whwl.tistory.com/42 [Vue.js] Vuetify 사용방법 프로젝트에서 프론트엔드 역할을 맡아 Vue.js로 작업하고 있다. 그래서 Vuetify를 공부하며 열심히 활용하고 있는 중이다. 처음에 뭔지 하나도 모르다가 직접 사용해보니 굉장히 편하다고 느꼈다. whwl.tistory.com https://codesandbox.io/s/ei812?file=/src/Animals.js autocomplete-example-1 - CodeSandbox autocomplete-example-1 by cj_1433 using @vue/cli-plugin-babel, v-autocomplete, vue codesandbox.io https://dwc04112.tistory.com/169 ..

[vue.js] Error : vue/multi-word-component-names

구성 요소 이름 "스피너"는 항상 다중 단어 vue/multi-word-component-name이어야 합니다. 라는 error가 떴다. 이 에러는 Eslint와 같이 사용할 때 발생하는 에러인데, vue에서 component명을 만들 때 반드시 단어의 조합(CmmMenu)으로 지어야 한다는 의미이다. 이는 html 태그와 헷갈리지 않게 하려고 그렇게 설정해놨다고 한다. 해결하려면 경고메세지와 같이 컴포넌트명을 단어의 조합으로 바꿔도 되지만 이 에러가 아에 안뜨게 하려면, vue.config.js 파일에 lintOnSave: false를 추가해주면 된다. const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({..

실무/Front 에러 2022.08.07
반응형