diff --git a/components/table/Table.tsx b/components/table/Table.tsx index 8f0a41182..8b9623ff9 100644 --- a/components/table/Table.tsx +++ b/components/table/Table.tsx @@ -185,8 +185,8 @@ export const tableProps = () => { }; }; -const InteralTable = defineComponent({ - name: 'InteralTable', +const InternalTable = defineComponent({ + name: 'InternalTable', inheritAttrs: false, props: initDefaultProps( { @@ -676,7 +676,7 @@ const Table = defineComponent({ return () => { const columns = props.columns || convertChildrenToColumns(slots.default?.()); return ( -