mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-09 14:40:27 +08:00
perf: 适配最新版 pure-table 的 api
This commit is contained in:
@@ -37,7 +37,7 @@ const columns: TableColumnList = [
|
||||
:data="tableData"
|
||||
:columns="columns"
|
||||
highlight-current-row
|
||||
@current-change="handleCurrentChange"
|
||||
@page-current-change="handleCurrentChange"
|
||||
/>
|
||||
<div style="margin-top: 20px">
|
||||
<el-button @click="setCurrent(tableData[1])">Select second row</el-button>
|
||||
|
||||
Reference in New Issue
Block a user