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

Method get

packages/runtime-dom/src/apiCustomElement.ts:480–482  ·  view source on GitHub ↗
(this: VueElement)

Source from the content-addressed store, hash-verified

478 for (const key of declaredPropKeys.map(camelize)) {
479 Object.defineProperty(this, key, {
480 get(this: VueElement) {
481 return this._getProp(key)
482 },
483 set(this: VueElement, val) {
484 this._setProp(key, val, true, !this._patching)
485 },

Callers 15

ssrProcessSuspenseFunction · 0.45
ssrProcessComponentFunction · 0.45
createVNodeSlotBranchFunction · 0.45
subTransformFunction · 0.45
ssrProcessElementFunction · 0.45
ssrProcessTransitionFunction · 0.45
parseFunction · 0.45
resolveWithTSFunction · 0.45
invalidateTypeCacheFunction · 0.45
fileToScopeFunction · 0.45

Calls 1

_getPropMethod · 0.95

Tested by 1

offFunction · 0.36