개발모음집

Unknown custom element: <> - did you register the component correctly? For recursive components, make sure to provide the "name" option. 본문

client/Vue

Unknown custom element: <> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

void 2019. 2. 7. 13:40

Unknown custom element: <임포트하려는 컴퍼넌트명 ex) Home> - did you register the component correctly? For recursive components, make sure to provide the "name" option.



컴퍼넌트를 import하였는데, 위와 같은 에러가 발생하였다.


export default {

components: {

Home //임포트하려는 컴퍼넌트명

},



위와 같이 <script>태그내에 있는 컴퍼넌트 속성에 컴퍼넌트를 추가하지 않아서 발생하는 문제였다

'client > Vue' 카테고리의 다른 글

vue-cli와 freenom을 이용해서 도메인 등록하는 방법  (0) 2019.06.11
vue vuex example  (0) 2019.02.07
vue lecture curl example  (0) 2019.02.04
vue axios example  (0) 2019.02.04
Library import error  (1) 2019.02.04