v-for 写在 template 上 的 红色提示

v-for 写在 template 上,一直提示红色,提示

<template v-for> key should be placed on the <template> tag.vue(33),

截图如下

v-for 写在 template 上 的 红色提示


回答:

v-for 写在 template 上 的 红色提示 v-for 写在 template 上 的 红色提示
看看官方的文档
简单暴力把template换成div把


回答:

开发工具是撒?是否安装插件?可以试试Volar插件。


回答:

这个提示是正确的,只不过你这么写也不影响你代码,官方指南里面明确了的 总是用 key 配合 v-for
v-for 写在 template 上 的 红色提示


回答:

建议还是规范点 加个key值

以上是 v-for 写在 template 上 的 红色提示 的全部内容, 来源链接: utcz.com/p/937366.html

回到顶部