最近用element-ui的表格时,请求的嵌套数据 出了这个bug 
VUE Error:if there's nested data,rowKey is required错误

 

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

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

 

解决办法:
去掉^符号

 

1 "element-ui": "2.4.10",

 

相关文章: