2.12.0  2.11.0 版本 elementui

     :height="tableheight"

      :show-header="false"

会报错 TypeError: Cannot read property 'querySelector' of undefined 

可以更改版本 也可以给css隐藏

vue element ui querySelector of undefined 

 .el-table thead,

 .el-table__header-wrapper {

  display: none;

}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
  • 2021-10-27
  • 2021-05-26
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-24
  • 2021-09-13
  • 2021-06-22
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
相关资源
相似解决方案