Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ onUnmount
Method
onUnmount
packages/runtime-core/src/apiCreateApp.ts:82–82 ·
view source on GitHub ↗
(cb: () => void)
Source
from the content-addressed store, hash-verified
80
): ComponentPublicInstance
81
unmount(): void
82
onUnmount(cb: () => void): void
83
provide<T, K = InjectionKey<T> | string | number>(
84
key: K,
85
value: K extends InjectionKey<infer V> ? V : T,
Callers
2
PluginA
Function · 0.80
apiCreateApp.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
1
PluginA
Function · 0.64