diff --git a/packages/components/anchor/src/anchor.ts b/packages/components/anchor/src/anchor.ts index fba9540e25..eb49000867 100644 --- a/packages/components/anchor/src/anchor.ts +++ b/packages/components/anchor/src/anchor.ts @@ -50,8 +50,8 @@ export const anchorProps = buildProps({ * @description Set Anchor type */ type: { - type: definePropType<'defalut' | 'underline'>(String), - default: 'defalut', + type: definePropType<'default' | 'underline'>(String), + default: 'default', }, /** * @description Set Anchor direction