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