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

Function get

packages/runtime-dom/src/index.ts:201–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 const isCustomElement = app.config.isCustomElement
200 Object.defineProperty(app.config, 'isCustomElement', {
201 get() {
202 return isCustomElement
203 },
204 set() {
205 warn(
206 `The \`isCustomElement\` config option is deprecated. Use ` +

Callers

nothing calls this directly

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected