Skip to content

Commit

Permalink
fix: table reactive error, close #4756
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Oct 14, 2021
1 parent bd0bc08 commit 7638d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/vc-table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ export default defineComponent<TableProps<DefaultRecordType>>({
};
useProvideTable(
reactive({
...reactivePick(props, 'prefixCls', 'direction', 'transformCellText'),
...toRefs(reactivePick(props, 'prefixCls', 'direction', 'transformCellText')),
getComponent,
scrollbarSize,
fixedInfoList: computed(() =>
Expand Down

0 comments on commit 7638d3c

Please sign in to comment.