[Vuejs]-Adding data to line chart (chart.js with Vue.js) results in 'too much recursion' error

0๐Ÿ‘

I had exactly the same problem yesterday. Got it working using a shallowRef instead of a ref.

Leave a comment