Skip to content

Commit 6e0b068

Browse files
chore: add name option for Teleport (#7315)
1 parent a2d810e commit 6e0b068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const resolveTarget = <T = RendererElement>(
6363
}
6464

6565
export const TeleportImpl = {
66+
name: 'Teleport',
6667
__isTeleport: true,
6768
process(
6869
n1: TeleportVNode | null,

0 commit comments

Comments
 (0)