最近用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",

 

相关文章:

  • 2021-12-21
  • 2021-08-23
  • 2022-12-23
  • 2021-11-04
  • 2021-11-29
  • 2022-12-23
  • 2021-12-12
猜你喜欢
  • 2021-12-31
  • 2021-04-17
  • 2021-10-13
  • 2022-01-10
  • 2021-08-08
  • 2021-05-23
  • 2021-08-28
相关资源
相似解决方案