Recent Posts
Recent Comments
목록Component name "Button" should always be multi-word (1)
HEROJOON 블로그(히로블)
Vue3 Component name "Button" should always be multi-word 에러 해결
오류명 Component name "Button" should always be multi-word 오류 상황 // main.js import Button from 'primevue/button'; import Badge from 'primevue/badge'; const app = createApp(App) // component를 추가하려고 할 때 에러 발생 app.component('Button', Button) app.component('Badge', Badge) 환경 Vue3 Node v20.11.1 "devDependencies": { "@babel/core": "^7.12.16", "@babel/eslint-parser": "^7.12.16", "@vue/cli-plugin-babel": "..
Frontend
2024. 3. 8. 02:40