We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141f010 commit 9c3bf46Copy full SHA for 9c3bf46
components/table/Table.tsx
@@ -185,8 +185,8 @@ export const tableProps = () => {
185
};
186
187
188
-const InteralTable = defineComponent({
189
- name: 'InteralTable',
+const InternalTable = defineComponent({
+ name: 'InternalTable',
190
inheritAttrs: false,
191
props: initDefaultProps(
192
{
@@ -676,7 +676,7 @@ const Table = defineComponent({
676
return () => {
677
const columns = props.columns || convertChildrenToColumns(slots.default?.());
678
return (
679
- <InteralTable
+ <InternalTable
680
ref={table}
681
{...attrs}
682
{...props}
0 commit comments