在列表渲染章节中使用template标签包裹后页面报错:
<template v-for="(item,index) of list" :key="item.id">
<div>{{item.item}}--{{item.id}}</div>
<span>{{item.item}}--{{index}}</span>
</template>
控制台信息:
- <template> cannot be keyed. Place the key on real elements instead.
这是什么原因?
课程紧跟Vue3版本迭代,企业主流版本Vue2+Vue3全掌握
了解课程