这个报错是[Vue warn]: Error in render: "TypeError: Cannot read properties'XXX' of null"是data中的‘XXX’没有获取到
也就是是this.XXList = data.xx没获取到data中的内容
可以尝试改为this.XXList.push( data.xx)就出来了
Vue项目报错 [Vue warn]: Error in render: “TypeError: Cannot read properties of null
最新推荐文章于 2024-01-23 19:46:03 发布