diff --git a/packages/runtime-core/src/components/Teleport.ts b/packages/runtime-core/src/components/Teleport.ts index cbb77c53516..b9413598e54 100644 --- a/packages/runtime-core/src/components/Teleport.ts +++ b/packages/runtime-core/src/components/Teleport.ts @@ -63,6 +63,7 @@ const resolveTarget = ( } export const TeleportImpl = { + name: 'Teleport', __isTeleport: true, process( n1: TeleportVNode | null,