fix(components): [anchor] type default value typo (#16102)

fix(components): [anchor] type default value typo
This commit is contained in:
Cully Fung
2024-03-12 15:46:26 +08:00
committed by GitHub
parent 75f5d08786
commit bc7b33f7d1

View File

@@ -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