Compat Vue : Pick < App , "version" | "component" | "directive" > & { config : AppConfig & LegacyConfig ; configureCompat : typeof configureCompat ; extend : ( ( options ?: ComponentOptions ) => CompatVue ) ; nextTick : typeof nextTick ; observable : typeof reactive ; version : string ; compile ( template : string ) : RenderFunction ; component ( name : string ) : undefined | Component < any , any , any , ComputedOptions , MethodOptions , {} , any > ; component ( name : string ,
component : Component < any , any , any , ComputedOptions , MethodOptions , {} , any > ) : CompatVue ; delete ( target : any ,
key : PropertyKey ) : void ; directive < T , V > ( name : string ) : undefined | vue . Directive < T , V > ; directive < T , V > ( name : string ,
directive : vue . Directive < T , V > ) : CompatVue ; filter ( name : string ,
arg ?: any ) : null ; mixin ( mixin : ComponentOptions < {} , any , any , any , any , any , any , any , any > ) : CompatVue ; set ( target : any ,
key : PropertyKey ,
value : any ) : void ; use < Options > ( plugin : vue . Plugin < Options > ,
... options : Options ) : CompatVue ; use < Options > ( plugin : vue . Plugin < Options > ,
options : Options ) : CompatVue ; new ( options ?: ComponentOptions < {} , any , any , any , any , any , any , any , any > ) : LegacyPublicInstance ; } Type declaration new ( options ? ) : LegacyPublicInstance Returns LegacyPublicInstance configure Compat : typeof configureCompat 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:1622 component : functioncomponent ( name ) : undefined | Component < any , any , any , ComputedOptions , MethodOptions , {} , any > Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1618 component ( name , component ) : CompatVue Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1619 delete : functiondelete ( target , key ) : void Parameters target : any key : PropertyKey Returns void Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1634 directive : functiondirective < T , V > ( name ) : undefined | vue . Directive < T , V > Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1620 directive < T , V > ( name , directive ) : CompatVue Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1621 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:1642 mixin : functionmixin ( mixin ) : CompatVue Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1617 set : functionset ( target , key , value ) : void Parameters target : any key : PropertyKey value : any Returns void Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1630 use : functionuse < Options > ( plugin , ... options ) : CompatVue Type Parameters Options extends unknown [] Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1615 use < Options > ( plugin , options ) : CompatVue Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1616 Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1609
Deprecated
Vue 3 no longer supports extending constructors.