feat: summary cell support inheritAttrs

pull/5164/head
tangjinzhou 2022-01-14 14:22:03 +08:00
parent 10fed707f8
commit 26f1b98728
1 changed files with 0 additions and 1 deletions

View File

@ -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();