解决Unknown custom element: <countTo> - did you register the component correctly? For recursive compon

这种错误我碰见了两次,

第一种: 看 components:{},单词是否拼错,和不要写成components(){}
第二种:本页面components 看写了几个, 是否是因为覆盖了。只能有一个components:{}

第三种,检查引入的组件 确定是否需要{} , import XXX from "...." 还是 import { XXX } from "...."
我出现的都是第三种:

解决Unknown custom element: <countTo> - did you register the component correctly? For recursive compon_第1张图片

 应该不是按需引入

正确的

真是找bug会崩溃 

你可能感兴趣的:(前端,javascript,开发语言)