Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Aug 29, 2019
1 parent 3d73a43 commit e348666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ VXETable.use(VXETablePluginIView)
border
class="vxe-table-iview"
height="600"
:data.sync="tableData"
:data="tableData"
:edit-config="{trigger: 'click', mode: 'cell'}">
<vxe-table-column type="selection" width="60"></vxe-table-column>
<vxe-table-column type="index" width="60"></vxe-table-column>
Expand Down Expand Up @@ -134,7 +134,7 @@ export default {
<vxe-table
border
height="600"
:data.sync="tableData">
:data="tableData">
<vxe-table-column type="index" width="60"></vxe-table-column>
<vxe-table-column prop="name" label="Name"></vxe-table-column>
<vxe-table-column prop="age" label="Age"></vxe-table-column>
Expand Down

0 comments on commit e348666

Please sign in to comment.