MCPcopy
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

disconnectedCallbackMethod · 0.65
unmountFunction · 0.65
createNewAppFunction · 0.65
hydration.spec.tsFile · 0.65

Calls

no outgoing calls

Tested by 1

createNewAppFunction · 0.52