Skip to content

Commit 26f1b98

Browse files
committed
feat: summary cell support inheritAttrs
1 parent 10fed70 commit 26f1b98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/vc-table/Footer/Cell.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export interface SummaryCellProps {
1414

1515
export default defineComponent<SummaryCellProps>({
1616
name: 'SummaryCell',
17-
inheritAttrs: false,
1817
props: ['index', 'colSpan', 'rowSpan', 'align'] as any,
1918
setup(props, { attrs, slots }) {
2019
const tableContext = useInjectTable();

0 commit comments

Comments
 (0)