特牛生活网

vue中cannot read property of undefined的问题分析及解决_cannot read properties of undefined-CSDN博客

网友收藏
文章浏览阅读10w+次,点赞64次,收藏123次。前言vue项目中经常会遇到"cannot read property ‘某某某’ of undefined"的报错信息。下面我就简单分析下报错原因及解决方法问题描述info是服务端返回的数据,是一个对象。我们要做的就是把对象里的值放到页面显示,先看一下我出错的代码片段<div class="shop-header-discounts" @click="toggleSupportSho..._cannot read properties of undefined