fix: table reactive error, close #4756

pull/4773/head
tangjinzhou 2021-10-14 10:46:13 +08:00
parent bd0bc086c1
commit 7638d3cc69
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ export default defineComponent<TableProps<DefaultRecordType>>({
}; };
useProvideTable( useProvideTable(
reactive({ reactive({
...reactivePick(props, 'prefixCls', 'direction', 'transformCellText'), ...toRefs(reactivePick(props, 'prefixCls', 'direction', 'transformCellText')),
getComponent, getComponent,
scrollbarSize, scrollbarSize,
fixedInfoList: computed(() => fixedInfoList: computed(() =>