diff --git a/packages/components/popover/src/index.vue b/packages/components/popover/src/index.vue index e4c7d41d4c..d643bbcc1d 100644 --- a/packages/components/popover/src/index.vue +++ b/packages/components/popover/src/index.vue @@ -121,6 +121,7 @@ export default defineComponent({ } const afterLeave = () => { + emit('update:visible', false) emit('after-leave') }