fix(#2591): findComponent
assign instance exposed properties to vm?
#2592
Annotations
11 errors
|
Run pnpm run vue-tsc:
tests/components/DefineExposeBundled.ts#L56
Parameter '_ctx' implicitly has an 'any' type.
|
Run pnpm run vue-tsc:
tests/components/DefineExposeBundled.ts#L56
Parameter '_cache' implicitly has an 'any' type.
|
Run pnpm run vue-tsc:
tests/components/FindComponentExposeScriptSetupBundled.ts#L8
Parameter '__props' implicitly has an 'any' type.
|
Run pnpm run vue-tsc:
tests/components/FindComponentExposeScriptSetupBundled.ts#L8
Binding element '__expose' implicitly has an 'any' type.
|
Run pnpm run vue-tsc:
tests/components/FindComponentExposeScriptSetupBundled.ts#L15
Parameter '_ctx' implicitly has an 'any' type.
|
Run pnpm run vue-tsc:
tests/components/FindComponentExposeScriptSetupBundled.ts#L15
Parameter '_cache' implicitly has an 'any' type.
|
Run pnpm run vue-tsc:
tests/findComponent.spec.ts#L10
An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.
|
Run pnpm run vue-tsc:
tests/findComponent.spec.ts#L12
An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.
|
Run pnpm run vue-tsc:
tests/vm.spec.ts#L7
An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.
|
Run pnpm run vue-tsc:
tests/vm.spec.ts#L66
Property 'exposedMethod1' does not exist on type 'ComponentPublicInstance<NonNullable<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>>, (CreateComponentPublicInstanceWithMixins<...> | ... 2 more ... | CreateComponentPublicInstanceWithMixins<...>) & Omit<...>>'.
|
Loading