Skip to content

Commit f11c251

Browse files
committed
chore: update
1 parent 7a46af6 commit f11c251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/components/BaseTransition.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ export function resolveTransitionHooks(
439439
el[enterCbKey](true /* cancelled */)
440440
}
441441
if (el[leaveCbKey]) {
442-
el[leaveCbKey]()
442+
el[leaveCbKey](true /* cancelled */)
443443
}
444444
if (state.isUnmounting) {
445445
return remove()

0 commit comments

Comments
 (0)