使用模板占位时绑定key

来源:3-8 Vue中的列表渲染

微虻

2019-03-20

使用template时会出现如下报错,和userInfo是对象有关系吗?

图片描述

<template v-for="(item,key,index) of userInfo" :key="key">
    <span>{{item}}</span>
    <span>{{key}}</span>
    <span>{{index}}</span>
</template>
写回答

1回答

Dell

2019-03-21

key要放在template内部元素上,不能直接放在template上,for也一样

0
1
微虻
非常感谢!
2019-03-25
共1条回复

Vue2.5-2.6-3.0开发去哪儿网App 零基础入门到实战

课程紧跟Vue3版本迭代,企业主流版本Vue2+Vue3全掌握

10675 学习 · 8191 问题

查看课程