-
Notifications
You must be signed in to change notification settings - Fork 98
Vue 2.7 compatibility #285
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
Comments
related to #284 |
@sodatea Needs to be reviewed |
I've merged the corresponding PR but I'm still not sure about how to expose the new option in the preset 🤔 |
I like your suggestion "target: 2.7", but it would imply somewhat that multiple choices are available, while 2.7 is the only version 2 ever which will support an internal composition api. I suggested Or something like: |
Fixed in https://github.com/vuejs/jsx-vue2/releases/tag/v1.3.0 I didn't choose the Thanks for your suggestions anyway! |
Is this fixed? I'm using v1.3.1 but I'm still facing this issue that the dependency |
Currently, the plugin does not work with Vue 2.7.
I get an error saying: Module not found: Error: Can't resolve '@vue/composition-api' in '[filename]'
The text was updated successfully, but these errors were encountered: