我使用axios返回一个“person”数组,如何从person的父模型(公司)访问"name“属性?在laravel中,我可以这样访问它:$person -> company -> namevue.js:526 TypeError: Cannot read property 'name' of undefined
at eval (eval at makeFunc
我正在试着做一个简单的vue.js滑块。我有一个每10秒运行一次的方法来更改活动项。我无法将下一项设置为活动状态。true) console.log(arr[index+1].active); }
}); 第一行返回第二行返回cannot read value active of undefined。 整个过程都在一个Vue.js方法中--有没有更好的方法呢?
console.log(myObj.myArray); //SyntaxError: Unexpected end of JSON inputconsole.log(myObj.myArray.length); //TypeError: Cannot read property 'length' of undefined