mirror of https://github.com/vuejs/core.git
chore: add name option for Teleport (#7315)
This commit is contained in:
parent
a2d810eb40
commit
6e0b068e92
|
@ -63,6 +63,7 @@ const resolveTarget = <T = RendererElement>(
|
|||
}
|
||||
|
||||
export const TeleportImpl = {
|
||||
name: 'Teleport',
|
||||
__isTeleport: true,
|
||||
process(
|
||||
n1: TeleportVNode | null,
|
||||
|
|
Loading…
Reference in New Issue