标签:prope define .com list 属性 异步 class 数组 code
{{ list[0].name }}
list[0]没有定义
能正确打印出想要的结果,但就是报错,外面套个v-for就没错了 很费解
与异步有关,解决办法:
<template v-if=list[0]>
{{ list[0].name }}
</template>
https://www.v2ex.com/amp/t/402145
vue 数组对象取对象的属性: Cannot read property 'xxxx' of undefined
标签:prope define .com list 属性 异步 class 数组 code
原文地址:https://www.cnblogs.com/hehecat/p/9119696.html