vue報錯did you register the component correctly? For recursive components, make sure to provide the

1. 出現以上的一種原因是組件內的循環引用造成的:

解決:

components: {  //解決vue中組件的循環引用 
    PaymentManageDetail :()=>import("@/components/page_extension/PaymentManageDetail"),
}

 

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