v-for="(item,index) of hot" //数组遍历v-for="(item,key,index) of cities" //对象遍历//key 是对象的属性 item对应的属性值
key值
{ {key}}{ {city.name}}
本文共 297 字,大约阅读时间需要 1 分钟。
v-for="(item,index) of hot" //数组遍历v-for="(item,key,index) of cities" //对象遍历//key 是对象的属性 item对应的属性值
key值
{ {key}}{ {city.name}}
转载于:https://www.cnblogs.com/chenlw/p/9719416.html