MCPcopy Create free account
hub / github.com/MMmaXingXing/mini-vue / processComponent

Function processComponent

copy_code/src/runtime-core/renderer.ts:50–52  ·  view source on GitHub ↗
(vnode, container)

Source from the content-addressed store, hash-verified

48};
49
50export const processComponent = (vnode, container) => {
51 mountComponent(vnode, container);
52};
53
54export const mountComponent = (vnode, container) => {
55 const instance = createComponentInstance(vnode);

Callers 1

patchFunction · 0.70

Calls 1

mountComponentFunction · 0.70

Tested by

no test coverage detected