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

Method set

packages/runtime-dom/src/apiCustomElement.ts:483–485  ·  view source on GitHub ↗
(this: VueElement, val)

Source from the content-addressed store, hash-verified

481 return this._getProp(key)
482 },
483 set(this: VueElement, val) {
484 this._setProp(key, val, true, !this._patching)
485 },
486 })
487 }
488 }

Callers 15

global.spec.tsFile · 0.45
compileFunction · 0.45
ssrTransformSuspenseFunction · 0.45
ssrTransformComponentFunction · 0.45
subTransformFunction · 0.45
ssrTransformElementFunction · 0.45
ssrTransformTransitionFunction · 0.45
parseFunction · 0.45
resolveWithTSFunction · 0.45
loadTSConfigFunction · 0.45

Calls 1

_setPropMethod · 0.95

Tested by 1

onFunction · 0.36