fix: fix spelling of words in code. (#6839)
parent
141f0100d2
commit
9c3bf46108
|
@ -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 (
|
||||
<InteralTable
|
||||
<InternalTable
|
||||
ref={table}
|
||||
{...attrs}
|
||||
{...props}
|
||||
|
|
Loading…
Reference in New Issue