]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
Merge branch 'main' into edison/fix/TransitionLeaving edison/fix/TransitionLeaving 13152/head
authoredison <daiwei521@126.com>
Tue, 5 Aug 2025 08:02:55 +0000 (16:02 +0800)
committerGitHub <noreply@github.com>
Tue, 5 Aug 2025 08:02:55 +0000 (16:02 +0800)
1  2 
packages/runtime-core/src/components/BaseTransition.ts
packages/runtime-core/src/renderer.ts
packages/vue/__tests__/e2e/Transition.spec.ts

index b0edfcfe2f3ffb93b7ecbe796034018ffdb8a354,f046e93ad85af04d0c4191e84e6fb7751e65bd69..1ca924e8bcd0dabad0ff7d8fc5537971dc2cfdf6
@@@ -85,7 -85,8 +85,8 @@@ import { initFeatureFlags } from './fea
  import { isAsyncWrapper } from './apiAsyncComponent'
  import { isCompatEnabled } from './compat/compatConfig'
  import { DeprecationTypes } from './compat/compatConfig'
 -import type { TransitionHooks } from './components/BaseTransition'
 +import { type TransitionHooks, leaveCbKey } from './components/BaseTransition'
+ import type { VueElement } from '@vue/runtime-dom'
  
  export interface Renderer<HostElement = RendererElement> {
    render: RootRenderFunction<HostElement>