说key的问题,我代码已经改过了,项目也重启过了,电脑也重启过了,缓存也清了,我删除这行报错就没了,应该也没改错地方,但是就是一直报警告,哪位老哥给我看看问题出在什么地方
<el-option v-for="(i, index) in selectList" :Key="index" :label="i.name" :value="i.code"></el-option>
报错
(Emitted value instead of an instance of Error) <el-option v-for="i in selectList">: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.
key
首字母不要用大写 还有最好用唯一值而不是index
做key