-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Support Vue JSX #4897
Support Vue JSX #4897
Conversation
🦋 Changeset detectedLatest commit: 6aedbea The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Fixed the intellisense issue. Good to go once I get docs approval! |
I think it would be good to show an example of passing options instead of a boolean, as the linked docs are slightly different (there the options are passed directly to the plugin, whereas here they're passed to the |
Co-authored-by: Dan Jutan <danjutan@gmail.com>
Co-authored-by: Dan Jutan <danjutan@gmail.com>
Added an example to show passing options! 766ade7 |
Changes
Close #4450
Introduce
jsx: boolean
option for@astrojs/vue
. If true, it would add two renderers for .vue and .jsx files.I'm not sure if there's a way to combine that like preact compat does.
Testing
added a vue jsx test
Docs
Documented in the readme.