Commit c0563724916b709b5a56d524eb6c1de9201497ed

Authored by Aresn
Committed by GitHub
1 parent 568ac30b

change api name

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
examples/routers/table.vue
1 <template> 1 <template>
2 <div> 2 <div>
3 - <Table ref="currentRowTable" :columns="columns3" :data="data1" :drag="true" @on-drag-drop="onDragDrop"></Table> 3 + <Table ref="currentRowTable" :columns="columns3" :data="data1" :draggable="true" @on-drag-drop="onDragDrop"></Table>
4 <Button @click="handleClearCurrentRow">Clear</Button> 4 <Button @click="handleClearCurrentRow">Clear</Button>
5 </div> 5 </div>
6 </template> 6 </template>