[Vue warn]: Error in render: “TypeError: Cannot read properties of null (reading ‘length‘)“报错问题解决

一、报错问题:

因为不能识别数据为 null,异步数据先显示初始数据,再显示传输的数据。

[Vue warn]: Error in render: “TypeError: Cannot read properties of null (reading ‘length‘)“报错问题解决_第1张图片

二、解决办法:

将初始数据 null 值替换为 ‘ ’代替 或者用 v-if 对数据进行判断。

你可能感兴趣的:(Vue,vue,vue.js,后端,前端)