palerdot / vue-speedometer

Vue component library for showing speedometer like gauge using d3
https://palerdot.in/vue-speedometer
MIT License
60 stars 8 forks source link

Allow Vue 3 as peer dependency #53

Closed koenwoortman closed 2 years ago

koenwoortman commented 2 years ago

I have no problem using this component in Vue3. However, npm version 8 started complaining about the peer dependency.

palerdot commented 2 years ago

@koenwoortman

v2.x is released with Vue 3 support. Please upgrade to latest v2.x if you are using Vue 3.

Please refer to this issue for sample codesandbox/stackblitz references - https://github.com/palerdot/vue-speedometer/issues/55

koenwoortman commented 2 years ago

@palerdot thank you!