Skip to content

Commit

Permalink
feat: summary cell support inheritAttrs
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Jan 14, 2022
1 parent 10fed70 commit 26f1b98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/vc-table/Footer/Cell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export interface SummaryCellProps {

export default defineComponent<SummaryCellProps>({
name: 'SummaryCell',
inheritAttrs: false,
props: ['index', 'colSpan', 'rowSpan', 'align'] as any,
setup(props, { attrs, slots }) {
const tableContext = useInjectTable();
Expand Down

0 comments on commit 26f1b98

Please sign in to comment.