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

Method _setProp

packages/runtime-core/src/component.ts:1282–1282  ·  view source on GitHub ↗

* @internal

(
    key: string,
    val: any,
    shouldReflect?: boolean,
    shouldUpdate?: boolean,
  )

Source from the content-addressed store, hash-verified

1280 * @internal
1281 */
1282 _setProp(
1283 key: string,
1284 val: any,
1285 shouldReflect?: boolean,

Callers 1

resolvePropValueFunction · 0.65

Implementers 1

VueElementpackages/runtime-dom/src/apiCustomElem

Calls

no outgoing calls

Tested by

no test coverage detected