Vue JSX/TSX $attrs用法
<el-table
data={this.data}
height={this.height}
{...{
props: this.$attrs,
on: this.$listeners,
}}
></el-table>