did you register the component correctly? For recursive components, make sure to provide the "name" 前端,解决方案 | BanXia | 2022-11-26 11:43 | 235 几种可能性: 1.组件交错有引入依赖关系,可以选择Vue.component 2.全局注册,直接引入全局的组件 3.components没有引入 4.components重复 Vue前端报错疑难杂症