change api name

This commit is contained in:
Aresn 2019-03-04 16:29:50 +08:00 committed by GitHub
parent 76a859c5cf
commit 568ac30b8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
<tbody :class="[prefixCls + '-tbody']">
<template v-for="(row, index) in data">
<table-tr
:drag="drag"
:draggable="draggable"
:row="row"
:key="row._rowKey"
:prefix-cls="prefixCls"
@ -60,7 +60,10 @@
type: [Boolean, String],
default: false
},
drag:Boolean
draggable: {
type: Boolean,
default: false
}
},
computed: {
expandRender () {