vue icon indicating copy to clipboard operation
vue copied to clipboard

new Vue cannot infer mixin types

Open gulewei opened this issue 1 year ago • 0 comments

Version

2.7.8

Reproduction link

codesandbox.io

Steps to reproduce

open CodeSandBox, and see line 14 in main.ts

What is expected?

type check without error.

What is actually happening?

Property 'helloThere' does not exist on type 'CombinedVueInstance<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, ...>>, ... 4 more ..., {}>'.ts(2339)

gulewei avatar Aug 08 '22 12:08 gulewei