-
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
Vue2 and vue-chart-3 fail after 2.7 backport of composition API #133
Comments
+1 Seeing the same |
Running into the same error on my side, is anyone checking up on this?
|
Sorry guys I do not maintain this anymore :( I advise you to use |
Ok, thanks for getting back. I'll investigate the migration to VueChartJs. |
+1 for the fix to support vue 2.7. I'll also look into migrating to vue-chartjs, but it would really helpful if this unnecessary dependency was removed. As far as I can tell, there's no coding change required - just a dependency declaration (since 2.7 backports composition API support). |
Version
Description
vue-chart-3 uses the Composition API and in order to make Vue2 work, you need to use the @vue/composition-api dependency. I've been using vue-chart-3, Vue2 and the Composition plugin with no issues until today when I upgraded to the latest version of vue...which backports the composition API.
Version of
vue-chart-3
v2.1.3
Version of Vue
The text was updated successfully, but these errors were encountered: