mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-18 10:59:10 +08:00
fix(components): [el-popover] hide-after bug (#5386)
fix [el-popover] hide-after bug fix #5372
This commit is contained in:
parent
a34ad9c53d
commit
38a1a02680
@ -16,10 +16,6 @@ export const usePopoverProps = {
|
||||
...buildProps({
|
||||
title: String,
|
||||
|
||||
hideAfter: {
|
||||
type: Number,
|
||||
default: 200,
|
||||
},
|
||||
width: {
|
||||
type: [String, Number],
|
||||
default: 150,
|
||||
|
Loading…
Reference in New Issue
Block a user