剧集

在 Vue 页中循环访问数据 [共 16 个] |初学者系列到:Vue.js

处理数据集合(如数组)时,可能需要以列表或其他格式显示项。 使用 Vue,可以向页面添加 for 循环以显示数组的内容。 我们将了解如何使用 v-for 指令显示项列表。

示例代码: https://github.com/microsoft/vue-beginners-videos 
学习路径: https://aka.ms/CreateWebsitesWithVue
节点: https://nodejs.org/  
NPM: https://www.npmjs.com/  
Vue CLI: https://cli.vuejs.org/

JavaScript