vue - did you register the component correctly? For recursive components

vue.esm.js?efeb:628 [Vue warn]: Unknown custom element: <orgnization_info> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

 

 

根據提示說,你是否正確註冊組件,並設置相應的name;

檢查在components中沒有註冊相應的組件如下:

components{

XXX:xxxComponent

}

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章