TypeError: Cannot create property 'isRootInsert' on string 'xxx'报错

1. 错误

在写一个新组件的时候,在父组件里面注册就报错 TypeError: Cannot create property 'isRootInsert' on string 'xxx'

TypeError: Cannot create property 'isRootInsert' on string 'xxx'报错

 

 

2. 原因

原因是在子组件中没有写@Component({})

无论子组件中有没有子子组件需要注册,都要写上@Component({})

TypeError: Cannot create property 'isRootInsert' on string 'xxx'报错

 

 

上一篇:Uncaught TypeError: $(...).attr(...) is undefined


下一篇:[Web浏览器] “Uncaught TypeError: object is not a function“