Closed MrDrummer closed 2 years ago
Made the update described in the README.md
→ import { GChart } from 'vue-google-charts/legacy'
And it breaks 🥲
Any input on this?
Thanks in advance!
Sorry guys. We have re-released the version as 1.0.0.
Does it work for Vue 2 projects now @thabarbados?
Hey, I'm sorry but it doesn't work on my Nuxt 2 project 🫠
@vsalahkar Were you able to figure out a solution for this issue ?
@jobithmb Hi, I fixed it with it
import { GChart } from 'vue-google-charts/legacy/index.cjs'
Hope it helps
@jobithmb Hi, I fixed it with it
import { GChart } from 'vue-google-charts/legacy/index.cjs'
Hope it helps
Thankyou @Veronika-dev It worked for me too. But I would like to know little more about the fix.
We use this package on a Vue 2 based website.
We use Renovate to automatically bump minor and patch versions.
The 0.4.0 update does not work as a drop-in replacement for 0.3.0. We found this out the hard way.
The release notes specify breaking changes. This should have been a 1.0.0 release.
Major.Minor.Patch