Skip to content
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

Add JSX support for Vue 3 #1295

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Add JSX support for Vue 3 #1295

merged 1 commit into from
Aug 22, 2024

Conversation

Kocal
Copy link
Contributor

@Kocal Kocal commented Aug 22, 2024

Close #1277, follow #553 from 5 years ago :D

Adding JSX support to Vue 3 is possible through the Babel plugin @vue/babel-plugin-jsx (https://github.com/vuejs/babel-plugin-jsx).

Here is a demo on my lab project, with Vue 3 and JSX enabled:

Enregistrement.de.l.ecran.2024-08-22.a.23.33.46.mov

I've also fixed the changelog's last entries

@Kocal Kocal merged commit bf632ed into main Aug 22, 2024
68 checks passed
@Kocal Kocal deleted the feat/vue3-jsx branch August 22, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Vue 3 and JSX
1 participant