feat: summary cell support inheritAttrs
parent
10fed707f8
commit
26f1b98728
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue