2.2.0+ 的版本里,当在组件中使用 v-for 时,key 现在是必须的。
所以解决办法如下:
<my-component v-for="item in items" :key="item.id"></my-component>
所以解决办法如下:
<my-component v-for="item in items" :key="item.id"></my-component>
本文标题:vetur插件提示 'v-for' directives req
本文链接:https://www.haomeiwen.com/subject/wgiraxtx.html
网友评论