Update table.vue

This commit is contained in:
Aresn 2019-01-07 16:39:37 +08:00 committed by GitHub
parent eeaf90df89
commit 76a859c5cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<Table ref="currentRowTable" :columns="columns3" :data="data1" @drag="true" @on-drag-drop="onDragDrop"></Table> <Table ref="currentRowTable" :columns="columns3" :data="data1" :drag="true" @on-drag-drop="onDragDrop"></Table>
<Button @click="handleClearCurrentRow">Clear</Button> <Button @click="handleClearCurrentRow">Clear</Button>
</div> </div>
</template> </template>