Error: if there's nested data, rowKey is required.

错误信息截图:

Error: if there's nested data, rowKey is required.
在网上搜到的解决方法:

  1. el-table中添加row-key属性:
    Error: if there's nested data, rowKey is required.
  2. 去掉^符号
    Error: if there's nested data, rowKey is required.
    既然能搜到这两种解决办法,证明肯定有用
    但对我的代码来说,还是报错
    最后在引用CDN资源链接地址处发现了问题:
    Error: if there's nested data, rowKey is required.
    版本号的问题
    最终:bug消除