-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Question] it can't work with unplugin-vue2-script-setup #22
Comments
|
Do you use I found the But if you forget to write So try to add these to your // main.ts || .js
import VueCompositionAPI from '@vue/composition-api'
Vue.use(VueCompositionAPI) If your issue is still not resolved. Just let me know. |
@JuniorTour it works fine with latest |
thank you |
I also made an Example project for See https://github.com/JuniorTour/vue-template-babel-compiler-VueUse-Example |
The text was updated successfully, but these errors were encountered: