1.报错信息did you register the component correctly? For recursive components, make sure to provide the "name" option.
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') }