change api name

This commit is contained in:
Aresn 2019-03-04 16:30:19 +08:00 committed by GitHub
parent 568ac30b8c
commit c056372491
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" :draggable="true" @on-drag-drop="onDragDrop"></Table>
<Button @click="handleClearCurrentRow">Clear</Button> <Button @click="handleClearCurrentRow">Clear</Button>
</div> </div>
</template> </template>