Commit 76a859c5cf6e4a3bb9697e8a068024e242b9ee88

Authored by Aresn
Committed by GitHub
1 parent eeaf90df

Update table.vue

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" :drag="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>