写v-for会提示错误。
我的也报错,不知道怎么改
good写成了goods
加key值:
v-for = "(good,index) in list" :key="index"
或者:
v-for = "good in list" :key = "good.id"