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
3.3.4
vuejs/language-tools#3223
See the example
No type errors
Type errors
No response
Well that's a typescript limitation: microsoft/TypeScript#42825 but I think we can avoid it.
The text was updated successfully, but these errors were encountered:
defineEmits
Same issue here
Sorry, something went wrong.
Ugh. After some thoughts, I think the error is correct, see the example:
interface Emits { foo: [] } interface Emits { bar: 1 // !!!! }
select
Successfully merging a pull request may close this issue.
Vue version
3.3.4
Link to minimal reproduction
vuejs/language-tools#3223
Steps to reproduce
See the example
What is expected?
No type errors
What is actually happening?
Type errors
System Info
No response
Any additional comments?
Well that's a typescript limitation: microsoft/TypeScript#42825 but I think we can avoid it.
The text was updated successfully, but these errors were encountered: