fix: table expandIcon not work #1937

pull/1947/head
tanjinzhou 2020-03-24 17:48:04 +08:00
parent 60bb3ae50c
commit 4f4f2a62db
1 changed files with 1 additions and 1 deletions

View File

@ -1209,8 +1209,8 @@ export default {
const vcTableProps = {
key: 'table',
props: {
...restProps,
expandIcon: this.renderExpandIcon(prefixCls),
...restProps,
customRow: (record, index) => this.onRow(prefixCls, record, index),
components: this.sComponents,
prefixCls,