fix(components): [el-popover] hide-after bug (#5386)

fix [el-popover] hide-after bug

fix #5372
This commit is contained in:
BigPengZai 2022-01-25 12:07:24 +08:00 committed by GitHub
parent a34ad9c53d
commit 38a1a02680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,6 @@ export const usePopoverProps = {
...buildProps({
title: String,
hideAfter: {
type: Number,
default: 200,
},
width: {
type: [String, Number],
default: 150,