Element ui在table组件中使用slot来自定义表头,数据无法刷新
Posted krtrrskz
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Element ui在table组件中使用slot来自定义表头,数据无法刷新相关的知识,希望对你有一定的参考价值。
如题,这样使用data改变无法响应刷新
<template slot="header">
{{data}}
</template>
需要改成下面这样
<template #header>
{{data}}
</template>
原因不清楚。。。
以上是关于Element ui在table组件中使用slot来自定义表头,数据无法刷新的主要内容,如果未能解决你的问题,请参考以下文章
关于Element UI Table 的 slot-scope
关于Element UI Table 的 slot-scope
vue+element-ui+slot-scope或原生实现可编辑表格(日历)