TypeError: Cannot read properties of undefined (reading ‘0‘)

1、在使用会报这个错误

TypeError: Cannot read properties of undefined (reading ‘0‘)_第1张图片

原因:使用v-if控制显隐,找不到该节点就会开始报错

解决:使用v-show就可以了 

你可能感兴趣的:(前端报错问题,javascript,前端,vue.js)