highlight-current-row无效的解决方法

以下两种都没效

<el-table highlight-current-row></table>
<el-table :highlight-current-row="true"></table>

出现的问题
下面 @click.stop阻止冒泡出现的问题

解决把.stop去掉
如果怕去掉.stop影响其他的,可以在el-table上加上 @click.stop
highlight-current-row无效的解决方法

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-04
  • 2022-01-22
  • 2022-02-08
  • 2021-04-21
相关资源
相似解决方案