fix: fix spelling of words in code. (#6839)
parent
141f0100d2
commit
9c3bf46108
|
@ -185,8 +185,8 @@ export const tableProps = () => {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
const InteralTable = defineComponent({
|
const InternalTable = defineComponent({
|
||||||
name: 'InteralTable',
|
name: 'InternalTable',
|
||||||
inheritAttrs: false,
|
inheritAttrs: false,
|
||||||
props: initDefaultProps(
|
props: initDefaultProps(
|
||||||
{
|
{
|
||||||
|
@ -676,7 +676,7 @@ const Table = defineComponent({
|
||||||
return () => {
|
return () => {
|
||||||
const columns = props.columns || convertChildrenToColumns(slots.default?.());
|
const columns = props.columns || convertChildrenToColumns(slots.default?.());
|
||||||
return (
|
return (
|
||||||
<InteralTable
|
<InternalTable
|
||||||
ref={table}
|
ref={table}
|
||||||
{...attrs}
|
{...attrs}
|
||||||
{...props}
|
{...props}
|
||||||
|
|
Loading…
Reference in New Issue