-
-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
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
Strict templates should report unknown events #3718
Comments
@so1ve |
You can install the |
Thanks a lot! |
Sorry, I couldn't explain it clearly. I mean vue-tsc has currently reported unknown events (with Oh it doesn't report when I add a |
I tested it now, So it seems like the current behavior is bugged. |
Maybe we should remove the 'enhancement' tag, |
Hey @so1ve There hasn't been any updates on this recently. If you are busy with other things then i completely understand, |
I'd hate to bump this again, but would be great if someone could look into this bug. |
Hey @so1ve |
Unfortunately I didn't, my solution breaks vue 2.7 tests. |
Strict templates reports unknown components and unknown props.
I would also like it to report unknown events.
In this example vue-tsc should report an error which states that eventDoesNotExist is not defined on router-link.
The text was updated successfully, but these errors were encountered: