Interface App<HostElement> interface App < HostElement > { _component : ConcreteComponent < {} , any , any , ComputedOptions , MethodOptions , {} , any > ; _container : null | HostElement ; _context : AppContext ; _instance : null | ComponentInternalInstance ; _props : null | Data ; _uid : number ; config : AppConfig ; version : string ; component ( name : string ) : undefined | Component < any , any , any , ComputedOptions , MethodOptions , {} , any > ; component ( name : string ,
component : Component < any , any , any , ComputedOptions , MethodOptions , {} , any > | DefineComponent < {} , {} , {} , ComputedOptions , MethodOptions , ComponentOptionsMixin , ComponentOptionsMixin , {} , string , PublicProps , Readonly < ExtractPropTypes < {} > > , {} , {} > ) : this ; directive < T , V > ( name : string ) : undefined | vue . Directive < T , V > ; directive < T , V > ( name : string ,
directive : vue . Directive < T , V > ) : this ; filter ? ( name : string ) : undefined | Function ; filter ? ( name : string ,
filter : Function ) : this ; mixin ( mixin : ComponentOptions < {} , any , any , any , any , any , any , any , any > ) : this ; mount ( rootContainer : string | HostElement ,
isHydrate ?: boolean ,
namespace ?: boolean | ElementNamespace ) : ComponentPublicInstance < {} , {} , {} , {} , {} , {} , {} , {} , false , ComponentOptionsBase < any , any , any , any , any , any , any , any , any , {} , {} , string , {} > , {} , {} > ; provide < T , K > ( key : K ,
value : K extends InjectionKey < V > ? V : T ) : this ; runWithContext < T > ( fn : ( ( ) => T ) ) : T ; unmount ( ) : void ; use < Options > ( plugin : vue . Plugin < Options > ,
... options : Options ) : this ; use < Options > ( plugin : vue . Plugin < Options > ,
options : Options ) : this ; } Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:759 Properties_component Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:780 _container Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:782 _context Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:783 _instance Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:784 _props _props : null | Data
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:781 _uid _uid : number
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:779 config Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:761 version version : string
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:760 Methodscomponent component ( name ) : undefined | Component < any , any , any , ComputedOptions , MethodOptions , {} , any > Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:765 component ( name , component ) : this Parameters name : string component : Component < any , any , any , ComputedOptions , MethodOptions , {} , any > | DefineComponent < {} , {} , {} , ComputedOptions , MethodOptions , ComponentOptionsMixin , ComponentOptionsMixin , {} , string , PublicProps , Readonly < ExtractPropTypes < {} > > , {} , {} > Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:766 directive directive < T , V > ( name ) : undefined | vue . Directive < T , V > Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:767 directive < T , V > ( name , directive ) : this Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:768 Optional
filter filter ( name ) : undefined | Function Returns undefined | Function Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:788 filter ( name , filter ) : this Parameters name : string filter : Function Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:789 mixin mixin ( mixin ) : this Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:764 mount mount ( rootContainer , isHydrate ? , namespace ? ) : ComponentPublicInstance < {} , {} , {} , {} , {} , {} , {} , {} , false , ComponentOptionsBase < any , any , any , any , any , any , any , any , any , {} , {} , string , {} > , {} , {} > Returns ComponentPublicInstance < {} , {} , {} , {} , {} , {} , {} , {} , false , ComponentOptionsBase < any , any , any , any , any , any , any , any , any , {} , {} , string , {} > , {} , {} > Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:769 provide provide < T , K > ( key , value ) : this Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:771 run With Context run With Context < T > ( fn ) : T Returns T Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:778 unmount unmount ( ) : void Returns void Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:770 use use < Options > ( plugin , ... options ) : this Type Parameters Options extends unknown [] Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:762 use < Options > ( plugin , options ) : this Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:763
v2 compat only