-
Notifications
You must be signed in to change notification settings - Fork 113
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
Vite + VueCompositionApi error (again) #92
Comments
Additional info gathered on vite discord by @LinusBorg Link to the related vite issue: vitejs/vite#5688 |
Hi! Yeah i'm aware of this problem with Vite and I was already working on an esm build in the |
Sure, I'll also check on my actual repo when you release the alpha, thanks! |
You can try |
I'm currently transitioning from vue cli to vite so I have both versions available and checked both of them. In vite version it looks fine, but with vue cli now I'm having the error from the issue description |
Humm I just tested with a fresh vue-cli :( i'll try on sandbox |
Ok it's a recurring problem. What is your version of |
Yeah upgrading composition to 1.4.5 worked on vue cli. I'll be doing more tests of my app after transitioning to vite, but for now charts issue was the last one I was aware of. Thanks! |
@jacekkarczmarczyk Version 3.1.0 with full support for Vite.js just released :D |
Thanks! |
Describe the bug
To Reproduce
https://github.com/jacekkarczmarczyk/vite-vue-chart-3-bug
run
yarn && yarn dev
, see the consoleNothing fancy in the code:
Versions
vue-chart-3@2.0.6
vue@2.6.14
@vue/composition-api@1.4.4
vite@2.7.13
Code works fine with vue cli
The text was updated successfully, but these errors were encountered: