vue3项目运行后报错;报错信息如下:theme.vue:11 Uncaught TypeError: Cannot read properties of undefined (reading 'accept')请帮忙看看如何解决,谢谢
没有这个accept属性
建议 用对象属性前做个 判断 防止 项目崩溃
if(obj.accept){ obj.axxept=xxx}