Skip to content

Commit

Permalink
fix(runtime-core): close vuejs#8105
Browse files Browse the repository at this point in the history
  • Loading branch information
kikuchan committed Jun 26, 2023
1 parent 597f9b8 commit 49e7bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-core/src/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2035,6 +2035,7 @@ function baseCreateRenderer(
if (needTransition) {
if (moveType === MoveType.ENTER) {
transition!.beforeEnter(el!)
if (anchor && anchor.parent !== container) anchor = null
hostInsert(el!, container, anchor)
queuePostRenderEffect(() => transition!.enter(el!), parentSuspense)
} else {
Expand Down

0 comments on commit 49e7bda

Please sign in to comment.