1.报错信息did you register the component correctly? For recursive components, make sure to provide the "name" option.

2.解决方案,多次调用的组件使用import引入,可以让name不和父组件冲突

components:{
  checkInDetail:()=>import('@/views/room/status/component/checkInDetail.vue')
}
作者 铁血 汉子 2023年3月1日
2024/04/19/02:46:43pm 2023/3/1/7:08:35
0 756