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

Method move

packages/runtime-core/src/components/Suspense.ts:441–441  ·  view source on GitHub ↗
(
    container: RendererElement,
    anchor: RendererNode | null,
    type: MoveType,
  )

Source from the content-addressed store, hash-verified

439 resolve(force?: boolean, sync?: boolean): void
440 fallback(fallbackVNode: VNode): void
441 move(
442 container: RendererElement,
443 anchor: RendererNode | null,
444 type: MoveType,

Callers 4

hoistNodeFunction · 0.80
compileScriptFunction · 0.80
moveFunction · 0.80
removeItemAtFunction · 0.80

Calls

no outgoing calls

Tested by 1

removeItemAtFunction · 0.64