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:
Xc 2022-04-10 14:08:38 +08:00 committed by GitHub
parent 14b9b9f542
commit 02530026e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,6 +121,7 @@ export default defineComponent({
}
const afterLeave = () => {
emit('update:visible', false)
emit('after-leave')
}