Interface App<HostElement> interface App < HostElement > { $nuxt : NuxtApp ; _component : ConcreteComponent < {} , any , any , ComputedOptions , MethodOptions , {} , any > ; _container : HostElement ; _context : AppContext ; _instance : ComponentInternalInstance ; _props : Data ; _uid : number ; config : AppConfig ; version : string ; component ( name ) : Component < any , any , any , ComputedOptions , MethodOptions , {} , any > ; component ( name ,
component ) : this ; directive < T , V > ( name ) : Directive < T , V > ; directive < T , V > ( name ,
directive ) : this ; filter ? ( name ) : Function ; filter ? ( name ,
filter ) : this ; mixin ( mixin ) : this ; mount ( rootContainer ,
isHydrate ? ,
namespace ? ) : ComponentPublicInstance < {} , {} , {} , {} , {} , {} , {} , {} , false , ComponentOptionsBase < any , any , any , any , any , any , any , any , any , {} , {} , string , {} > , {} , {} > ; provide < T > ( key ,
value ) : this ; runWithContext < T > ( fn ) : T ; unmount ( ) : void ; use < Options > ( plugin ,
... options ) : this ; use < Options > ( plugin ,
options ) : this ; } Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:762 Defined in node_modules/nuxt/dist/app/types/augments.d.ts:26 Properties $nuxt $nuxt : NuxtApp
Defined in node_modules/nuxt/dist/app/types/augments.d.ts:27 _component Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:783 _container _container : HostElement
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:785 _context Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:786 _instance Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:787 _props _props : Data
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:784 _uid _uid : number
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:782 config Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:764 version version : string
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:763 Methods component component ( name ) : Component < any , any , any , ComputedOptions , MethodOptions , {} , any > Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:768 component ( name , component ) : this Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:769 directive directive < T , V > ( name ) : Directive < T , V > Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:770 directive < T , V > ( name , directive ) : this Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:771 Optional
filter filter ( name ) : Function Returns Function Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:791 filter ( name , filter ) : this Parameters name : string filter : Function Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:792 mixin mixin ( mixin ) : this Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:767 mount mount ( rootContainer , isHydrate ? , namespace ? ) : ComponentPublicInstance < {} , {} , {} , {} , {} , {} , {} , {} , false , ComponentOptionsBase < any , any , any , any , any , any , any , any , any , {} , {} , string , {} > , {} , {} > Parameters rootContainer : string | HostElement Optional
isHydrate : boolean 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:772 provide provide < T > ( key , value ) : this Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:774 run With Context run With Context < T > ( fn ) : T Returns T Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:781 unmount unmount ( ) : void Returns void Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:773 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:765 use < Options > ( plugin , options ) : this Returns this Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:766
v2 compat only