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

Function devtoolsInitApp

packages/runtime-core/src/devtools.ts:90–97  ·  view source on GitHub ↗
(app: App, version: string)

Source from the content-addressed store, hash-verified

88}
89
90export function devtoolsInitApp(app: App, version: string): void {
91 emit(DevtoolsHooks.APP_INIT, app, version, {
92 Fragment,
93 Text,
94 Comment,
95 Static,
96 })
97}
98
99export function devtoolsUnmountApp(app: App): void {
100 emit(DevtoolsHooks.APP_UNMOUNT, app)

Callers 2

mountFunction · 0.90
installCompatMountFunction · 0.90

Calls 1

emitFunction · 0.70

Tested by

no test coverage detected