change api name
This commit is contained in:
parent
76a859c5cf
commit
568ac30b8c
1 changed files with 5 additions and 2 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Reference in a new issue