We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e3f2d commit 8e0a1b1Copy full SHA for 8e0a1b1
packages/runtime-core/src/components/BaseTransition.ts
@@ -238,7 +238,7 @@ const BaseTransitionImpl: ComponentOptions = {
238
// return placeholder node and queue update when leave finishes
239
leavingHooks.afterLeave = () => {
240
state.isLeaving = false
241
- instance.update()
+ instance.update.active !== false && instance.update()
242
}
243
return emptyPlaceholder(child)
244
} else if (mode === 'in-out' && innerChild.type !== Comment) {
0 commit comments