-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
chore: update vue 2 tests #3674
Conversation
I'm looking at the changes and I don't quite see how it's related to #3351. Maybe it does handle the "emits" case but I don't see how it would handle class, style, etc. |
@rchl I mean I added vue 2.7 tests in this pr 👀 |
Thanks for investigating this, but I think we should avoid bypassing the problem in language tools, otherwise vue repo will never fix it, and fixing upstream problems also out of repo scope. |
Thanks, I'll rewrite this PR to contain some vue2-related test changes. |
fixes vuejs/vue#13104, based on #3351
Actually this is a vue 2.7 type issue: it doesn't convert emits to props. However vue 2.7 seemed to be unmaintained, I fix it in language-tools. Also improves JSX compactibility