Compat Vue : Pick < App , "version" | "component" | "directive" > & { config : AppConfig & LegacyConfig ; configureCompat : typeof configureCompat ; extend : ( ( options ? ) => CompatVue ) ; nextTick : typeof nextTick ; observable : typeof reactive ; version : string ; compile ( template ) : RenderFunction ; component ( name ) : Component < any , any , any , ComputedOptions , MethodOptions , {} , any > ; component ( name ,
component ) : CompatVue ; delete ( target ,
key ) : void ; directive < T , V > ( name ) : Directive < T , V > ; directive < T , V > ( name ,
directive ) : CompatVue ; filter ( name ,
arg ? ) : null ; mixin ( mixin ) : CompatVue ; set ( target ,
key ,
value ) : void ; use ( plugin ,
... options ) : CompatVue ; new ( options ? ) : LegacyPublicInstance ; } Type declaration new ( options ? ) : LegacyPublicInstance Returns LegacyPublicInstance configure Compat : typeof configureCompat extend : ( ( options ? ) => CompatVue ) next Tick : typeof nextTick observable : typeof reactive version : string compile : functioncompile ( template ) : RenderFunction Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1603 component : functioncomponent ( name ) : Component < any , any , any , ComputedOptions , MethodOptions , {} , any > Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1599 component ( name , component ) : CompatVue Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1600 delete : functiondelete ( target , key ) : void Parameters target : any key : string | number | symbol Returns void Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1615 directive : functiondirective < T , V > ( name ) : Directive < T , V > Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1601 directive < T , V > ( name , directive ) : CompatVue Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1602 filter : functionfilter ( name , arg ? ) : null Parameters name : string Optional
arg : any Returns null Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1623 mixin : functionmixin ( mixin ) : CompatVue Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1598 set : functionset ( target , key , value ) : void Parameters target : any key : string | number | symbol value : any Returns void Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1611 use : functionuse ( plugin , ... options ) : CompatVue Parameters plugin : Plugin < any [] > Rest
... options : any [] Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1597 Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1591
Deprecated
Vue 3 no longer supports extending constructors.