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

Method _getProp

packages/runtime-dom/src/apiCustomElement.ts:504–506  ·  view source on GitHub ↗

* @internal

(key: string)

Source from the content-addressed store, hash-verified

502 * @internal
503 */
504 protected _getProp(key: string): any {
505 return this._props[key]
506 }
507
508 /**
509 * @internal

Callers 1

getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected