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

Method _update

packages/runtime-dom/src/apiCustomElement.ts:550–554  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

548 }
549
550 private _update() {
551 const vnode = this._createVNode()
552 if (this._app) vnode.appContext = this._app._context
553 render(vnode, this._root)
554 }
555
556 private _createVNode(): VNode<any, any> {
557 const baseProps: VNodeProps = {}

Callers 3

_setPropMethod · 0.95
_createVNodeMethod · 0.95
_endPatchMethod · 0.95

Calls 2

_createVNodeMethod · 0.95
renderFunction · 0.50

Tested by

no test coverage detected