MCPcopy
hub / github.com/vuejs/core / devtoolsUnmountApp

Function devtoolsUnmountApp

packages/runtime-core/src/devtools.ts:99–101  ·  view source on GitHub ↗
(app: App)

Source from the content-addressed store, hash-verified

97}
98
99export function devtoolsUnmountApp(app: App): void {
100 emit(DevtoolsHooks.APP_UNMOUNT, app)
101}
102
103export const devtoolsComponentAdded: DevtoolsComponentHook =
104 /*@__PURE__*/ createDevtoolsComponentHook(DevtoolsHooks.COMPONENT_ADDED)

Callers 2

unmountFunction · 0.90
installCompatMountFunction · 0.90

Calls 1

emitFunction · 0.70

Tested by

no test coverage detected