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 | Directive < T , V > ; directive < T , V > ( name : string ,
directive : 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 > ( key : string | InjectionKey < T > ,
value : T ) : this ; runWithContext < T > ( fn : ( ( ) => T ) ) : T ; unmount ( ) : void ; use < Options extends unknown [] > ( plugin : Plugin < Options > ,
... options : Options ) : this ; use < Options > ( plugin : Plugin < Options > ,
options : Options ) : this ; } Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:763 Properties _component Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:784 _container Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:786 _context Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:787 _instance Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:788 _props Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:785 _uid _uid : number
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:783 config Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:765 version version : string
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:764 Methods component component ( name : string ) : undefined | Component < any , any , any , ComputedOptions , MethodOptions , {} , any > Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:769 component ( name : string , component : Component < any , any , any , ComputedOptions , MethodOptions , {} , any > | DefineComponent < {} , {} , {} , ComputedOptions , MethodOptions , ComponentOptionsMixin , ComponentOptionsMixin , {} , string , PublicProps , Readonly < ExtractPropTypes < {} > > , {} , {} > ) : 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:770 directive directive < T , V > ( name : string ) : undefined | Directive < T , V > Returns undefined | Directive < T , V > Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:771 directive < T , V > ( name : string , directive : Directive < T , V > ) : this Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:772 Optional
filter filter ( name : string ) : undefined | Function Returns undefined | Function Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:792 filter ( name : string , filter : Function ) : this Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:793 mixin mixin ( mixin : ComponentOptions < {} , any , any , any , any , any , any , any , any > ) : this Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:768 mount mount ( rootContainer : string | HostElement , isHydrate ?: boolean , namespace ?: boolean | ElementNamespace ) : 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:773 provide provide < T > ( key : string | InjectionKey < T > , value : T ) : this Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:775 run With Context run With Context < T > ( fn : ( ( ) => T ) ) : T Returns T Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:782 unmount unmount ( ) : void Returns void Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:774 use use < Options extends unknown [] > ( plugin : Plugin < Options > , ... options : Options ) : this Type Parameters Options extends unknown [] Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:766 use < Options > ( plugin : Plugin < Options > , options : Options ) : this Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:767
v2 compat only