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