Learning Vue.js
https://lynn0108.github.io/vuejs/demo2/personList.html
vue.js新版取消了 $index的用法,采用v-for="(item, index) in items"(https://cn.vuejs.org/v2/guide/list.html#对象迭代-v-for)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Learning Vue.js
https://lynn0108.github.io/vuejs/demo2/personList.html
vue.js新版取消了 $index的用法,采用v-for="(item, index) in items"(https://cn.vuejs.org/v2/guide/list.html#对象迭代-v-for)