Vue 报错Error in render: “TypeError: Cannot read properties of null (reading ‘xxx’)” found in

 前端vue报错 [Vue warn]: Error in render: "TypeError: Cannot read properties of null (reading 'name')" found inVue 报错Error in render: “TypeError: Cannot read properties of null (reading ‘xxx’)” found in

 

这个错误是不能加载属性为null的类型 我用了一个笨办法,把页面上的null值都ctrl+f标注出来然后都修改成0(0方便写点),然后我发现当前页面的错误并没有改变,最后我定位到了错误再我调用的子组件里面,我调用的是一个弹窗

Vue 报错Error in render: “TypeError: Cannot read properties of null (reading ‘xxx’)” found in

 

当我把这个引用删除的时候就不报错了,也就是说我引用的时候出现了错误
我又用笨办法定位,把所有null属性的值改为有值的。这个时候我的错误提示就出现了变化
最后定位到我接收的属性从nulll改为[],这也是我的马虎导致的问题

 Vue 报错Error in render: “TypeError: Cannot read properties of null (reading ‘xxx’)” found in

 

希望能帮助到你 

上一篇:首页渲染


下一篇:React三大核心属性之二——ref