[Vue warn]: Unknown custom element: - did you register the component correctly?

 

控制檯報錯 vue.runtime.esm.js:619 [Vue warn]: Unknown custom element: <stong> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

大多數時候都是你的標籤拼寫錯誤,檢查一下代碼中使用的標籤是否拼寫錯誤,上面的錯誤也提示了錯誤的標籤是src/views/project/dar.vue 文件裏面的<stong>,可以直接在文件裏面搜就可以直接找到這個錯誤,修改了就可以了。

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