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

Method insert

packages/runtime-core/src/renderer.ts:125–125  ·  view source on GitHub ↗
(el: HostNode, parent: HostElement, anchor?: HostNode | null)

Source from the content-addressed store, hash-verified

123 parentComponent?: ComponentInternalInstance | null,
124 ): void
125 insert(el: HostNode, parent: HostElement, anchor?: HostNode | null): void
126 remove(el: HostNode): void
127 createElement(
128 type: string,

Callers 1

nodeOps.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected