mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix: popover esc after visible invalid (#7064)
* fix: popover esc after visible invalid * fix: popover esc after visible invalid(#7058) Co-authored-by: xiaochenchen <xiaochen.chen@igg.com>
This commit is contained in:
parent
14b9b9f542
commit
02530026e6
@ -121,6 +121,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
const afterLeave = () => {
|
||||
emit('update:visible', false)
|
||||
emit('after-leave')
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user