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
I made a test component with jsx:
//test.jsx import { defineComponent } from "vue"; export default defineComponent({ render() { return <div>Parent</div>; } });
When I try to use it the app crashes with the following error:
The text was updated successfully, but these errors were encountered:
This preset only supports Vue 2 JSX. For Vue 3 projects please use https://github.com/vuejs/jsx-next
Sorry, something went wrong.
No branches or pull requests
I made a test component with jsx:
When I try to use it the app crashes with the following error:
The text was updated successfully, but these errors were encountered: