Skip to content

Commit

Permalink
chore: add name option for Teleport (#7315)
Browse files Browse the repository at this point in the history
  • Loading branch information
WalkAlone0325 committed Nov 9, 2023
1 parent a2d810e commit 6e0b068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-core/src/components/Teleport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const resolveTarget = <T = RendererElement>(
}

export const TeleportImpl = {
name: 'Teleport',
__isTeleport: true,
process(
n1: TeleportVNode | null,
Expand Down

0 comments on commit 6e0b068

Please sign in to comment.