We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.7.8
codesandbox.io
open CodeSandBox, and see line 14 in main.ts
type check without error.
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)
The text was updated successfully, but these errors were encountered:
feat(types): new Vue() improvements (vuejs#12730)
6ee1422
30b3eae
feat(types): support mixins inference for new Vue() (#12737)
89a6b5e
close #12730
Successfully merging a pull request may close this issue.
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)
The text was updated successfully, but these errors were encountered: