前端 did you register the component correctly? For recursive components, make sure to provide the "name" 几种可能性: 1.组件交错有引入依赖关系,可以选择Vue.component 2.全局注册,直接引入全局的组件 3.components没有引入 4.components重复