原文:vue——報錯Unknown custom element: - did you register the component correctly?

參考:https: blog.csdn.net jiangyu article details 解決:除了import組件外,還要在components中添加 ...

2019-09-03 18:23 0 8612 推薦指數:

查看詳情

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

前言 問題原因是:使用了相關組件,但沒有引入 解決思路 首先找出引起報錯的相關代碼,查看有沒有使用類似組件,例如使用了 radio-group 和 radio組件,但是沒有引入,這時候就會出現上面的錯誤 在項目目錄中找到 main.js,然后 import {} from引入相關 ...

Thu May 13 18:43:00 CST 2021 0 2091
Unknown custom element did you register the component correctly

錯誤描述: 2、錯誤原因 沒有在main.js文件中注冊這個組件,導致出現了報錯 3、解決辦法 在main.js中注冊Container組件 但是用了之后,還是不行,於是乎去了element-ui的官網 博主用的是按需引用,這邊本地 ...

Wed Aug 26 01:25:00 CST 2020 0 5035
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM