mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 12:17:37 +08:00
fix(components): [el-popper] effect prop validation error (#5978)
This commit is contained in:
parent
1429a4e669
commit
fc294561c2
@ -81,7 +81,7 @@ export const usePopperContentProps = buildProps({
|
||||
style: { type: definePropType<StyleValue>([String, Array, Object]) },
|
||||
className: { type: definePropType<ClassType>([String, Array, Object]) },
|
||||
effect: {
|
||||
values: effects,
|
||||
type: String,
|
||||
default: 'dark',
|
||||
},
|
||||
enterable: {
|
||||
|
Loading…
Reference in New Issue
Block a user