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

Vue報錯這個問題,最后發現是引入順序有問題,需要先導入自定義的組件js文件再把index掛載的js文件放到下面,順序是先注冊后使用 .Vue.component my component , template: lt div gt lt div gt .new Vue el: app , 導入順序 ...

2019-06-25 11:15 0 3471 推薦指數:

查看詳情

[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