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

Function get

packages/runtime-core/src/compat/global.ts:321–324  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

319 }
320 Object.defineProperty(Vue, 'util', {
321 get() {
322 assertCompatEnabled(DeprecationTypes.GLOBAL_PRIVATE_UTIL, null)
323 return util
324 },
325 })
326
327 Vue.configureCompat = configureCompat

Callers

nothing calls this directly

Calls 3

assertCompatEnabledFunction · 0.90
warnDeprecationFunction · 0.90
trackFunction · 0.90

Tested by

no test coverage detected