victorgarciaesgi / vue-chart-3

📊 A simple wrapper around Chart.js 3 for Vue 2 & 3
https://vue-chart-3.netlify.app/
MIT License
310 stars 112 forks source link

vue-chart-3 blocks hmr update feature (vite) #126

Open bayramorhan opened 2 years ago

bayramorhan commented 2 years ago

Describe the bug

Whenever I install this plugin, my hmr is not working even if I see hmr update (x2) etc on the console. But if I remove it, then it works again.

to reproduce

install vue-chart-3 and import plugin on vue 3 with vite

Version of vue-chart-3

3.1.8

Version of Vue