学习总结

89 阅读1分钟

Vue介绍:

第八课:

指令 渲染列表指令
v-for
语法:v-for="(value,index) in arr"
      v-for="(value,key,index) in object"
Object.keys({a:1,b:2})//[a,b]