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
https://stackblitz.com/edit/vitejs-vite-83x6xy?file=src/App.vue
Use generics in SFC template with diamond syntax <>
It was working just fine up until 3.2.34, this fork shows that it works fine with only a version change to 3.2.33 https://stackblitz.com/edit/vitejs-vite-dp1cf3?file=package.json
It throws an Unexpected token compilation error.
Unexpected token
not relevant - repro is stackblitz
We've been using this syntax for typing slots in the template.
The text was updated successfully, but these errors were encountered:
I suspect this bug was introduced in ccf9256
Sorry, something went wrong.
583b625
Successfully merging a pull request may close this issue.
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-83x6xy?file=src/App.vue
Steps to reproduce
Use generics in SFC template with diamond syntax <>
What is expected?
It was working just fine up until 3.2.34, this fork shows that it works fine with only a version change to 3.2.33 https://stackblitz.com/edit/vitejs-vite-dp1cf3?file=package.json
What is actually happening?
It throws an
Unexpected token
compilation error.System Info
Any additional comments?
We've been using this syntax for typing slots in the template.
The text was updated successfully, but these errors were encountered: