MCPcopy
hub / github.com/vuejs/core / hydrateDisabledTeleport

Function hydrateDisabledTeleport

packages/runtime-core/src/components/Teleport.ts:466–476  ·  view source on GitHub ↗
(node: Node, vnode: VNode)

Source from the content-addressed store, hash-verified

464 }
465
466 function hydrateDisabledTeleport(node: Node, vnode: VNode) {
467 vnode.anchor = hydrateChildren(
468 nextSibling(node),
469 vnode,
470 parentNode(node)!,
471 parentComponent,
472 parentSuspense,
473 slotScopeIds,
474 optimized,
475 )
476 }
477
478 const target = (vnode.target = resolveTarget<Element>(
479 vnode.props,

Callers 1

hydrateTeleportFunction · 0.85

Calls 3

hydrateChildrenFunction · 0.85
nextSiblingFunction · 0.85
parentNodeFunction · 0.85

Tested by

no test coverage detected