Skip to content

Commit

Permalink
chore: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Nov 27, 2024
1 parent 3fd4ef7 commit 732c398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/components/BaseTransition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ function getInnerChild(vnode: VNode): VNode | undefined {

return vnode
}
// #7121,#12465 ensure get the child component subtree in case
// #7121,#12465 get the component subtree if it's been mounted
if (vnode.component) {
return vnode.component.subTree
}
Expand Down

0 comments on commit 732c398

Please sign in to comment.