VUE Error:if there's nested data,rowKey is required错误

最近用element-ui的表格时,请求的嵌套数据 出了这个bug 

 

最后终知 "element-ui": "^2.4.8", 版本带^的默认使用最近版本。所以产生错误提示

 

 

解决办法:
去掉^符号

 

1 "element-ui": "2.4.10",

 

posted @ 2019-05-23 11:11  残风卷云  阅读(1075)  评论(0编辑  收藏  举报