<el-table
:data="tableData"
style="width: 100%"
height="600"
ref="table"
<el-table-column > </el-table-column>
</el-table>
this.$refs.table.sort('title','ascending');
<el-table
:data="tableData"
style="width: 100%"
height="600"
ref="table"
<el-table-column > </el-table-column>
</el-table>
this.$refs.table.sort('title','ascending');