diff --git a/components/vc-table/Footer/Cell.tsx b/components/vc-table/Footer/Cell.tsx index 6546e39be..02d688b4e 100644 --- a/components/vc-table/Footer/Cell.tsx +++ b/components/vc-table/Footer/Cell.tsx @@ -14,7 +14,6 @@ export interface SummaryCellProps { export default defineComponent({ name: 'SummaryCell', - inheritAttrs: false, props: ['index', 'colSpan', 'rowSpan', 'align'] as any, setup(props, { attrs, slots }) { const tableContext = useInjectTable();