mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [anchor] type default value typo (#16102)
fix(components): [anchor] type default value typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user