fix(components): [el-popper] effect prop validation error (#5978)

This commit is contained in:
jeremywu 2022-02-11 20:13:23 +08:00 committed by GitHub
parent 1429a4e669
commit fc294561c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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