Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ unmount
Method
unmount
packages/runtime-core/src/apiCreateApp.ts:81–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
vnode?: VNode,
80
): ComponentPublicInstance
81
unmount(): void
82
onUnmount(cb: () => void): void
83
provide<T, K = InjectionKey<T> | string | number>(
84
key: K,
Callers
7
disconnectedCallback
Method · 0.65
customElement.spec.ts
File · 0.65
unmount
Function · 0.65
apiCreateApp.spec.ts
File · 0.65
createNewApp
Function · 0.65
hydration.spec.ts
File · 0.65
apiSetupHelpers.spec.ts
File · 0.65
Calls
no outgoing calls
Tested by
1
createNewApp
Function · 0.52