Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ warn
Function
warn
packages/reactivity/src/warning.ts:1–3 ·
view source on GitHub ↗
(msg: string, ...args: any[])
Source
from the content-addressed store, hash-verified
1
export
function
warn(msg: string, ...args: any[]): void {
2
console.warn(`[Vue warn] ${msg}`, ...args)
3
}
Callers
13
toRefs
Function · 0.90
run
Method · 0.90
onEffectCleanup
Function · 0.90
onWatcherCleanup
Function · 0.90
createReactiveObject
Function · 0.90
value
Method · 0.90
createReadonlyMethod
Function · 0.90
checkIdentityKeys
Function · 0.90
run
Method · 0.90
onScopeDispose
Function · 0.90
set
Method · 0.90
set
Method · 0.90
Calls
1
warn
Method · 0.80
Tested by
no test coverage detected