fix: table reactive error, close #4756
parent
bd0bc086c1
commit
7638d3cc69
|
@ -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(() =>
|
||||
|
|
Loading…
Reference in New Issue