🤷♂️ 문제상황
Unknown custom element: <이름> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
Vue 개발중에 개발자 도구 콘솔에서 이런 오류가 뜨는 경우가 있다.
🙆♂️해결
1. components를 component로 오타내지 않았는지 확인한다.
2. components 내부에 해당 컴포넌트가 선언되어있는지 확인한다.
'Errors' 카테고리의 다른 글
[GIT] code 128 : detected dubious ownership in repository at 'director' (0) | 2024.11.25 |
---|---|
[Spring] 엑셀파일 깨짐 현상 (0) | 2024.11.20 |