MCPcopy
hub / github.com/vueuse/vue-demi / App

Interface App

lib/v2.7/index.d.ts:24–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23// #region createApp polyfill
24export interface App<T = any> {
25 config: VueConstructor['config']
26 use: VueConstructor['use']
27 mixin: VueConstructor['mixin']
28 component: VueConstructor['component']
29 directive(name: string): Directive | undefined
30 directive(name: string, directive: Directive): this
31 provide<T>(key: InjectionKey<T> | string, value: T): this
32 mount: Vue['$mount']
33 unmount: Vue['$destroy']
34}
35export declare function createApp(rootComponent: any, rootProps?: any): App
36// #endregion
37

Callers 3

createAppFunction · 0.80
createAppFunction · 0.80
index.cjsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected