Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ set
Function
set
packages/runtime-core/src/compat/globalConfig.ts:55–60 ·
view source on GitHub ↗
(newVal)
Source
from the content-addressed store, hash-verified
53
return
val
54
},
55
set(newVal) {
56
if
(!isCopyingConfig) {
57
warnDeprecation(legacyConfigOptions[key], null)
58
}
59
val = newVal
60
},
61
})
62
})
63
}
Callers
nothing calls this directly
Calls
1
warnDeprecation
Function · 0.90
Tested by
no test coverage detected