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

Function set

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

Source from the content-addressed store, hash-verified

202 return isCustomElement
203 },
204 set() {
205 warn(
206 `The \`isCustomElement\` config option is deprecated. Use ` +
207 `\`compilerOptions.isCustomElement\` instead.`,
208 )
209 },
210 })
211
212 const compilerOptions = app.config.compilerOptions

Callers

nothing calls this directly

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected