MCPcopy
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

PluginAFunction · 0.80

Calls

no outgoing calls

Tested by 1

PluginAFunction · 0.64