vue-charts
vue-charts copied to clipboard
"TypeError: t._h is not a function"
Hi, Everything was fine and one day I opened the chart then the error shown
Apparently a change in newer Vue versions breaking behavior - see: https://forum.vuejs.org/t/typeerror--vm--h-is-not-a-function-after-updating-vuejs-2-1-5-from-2-1/4032/9 I am experiencing the same error stopping usage of these charts.
I don't know if this'll help anyone else, but if I explicitly use release 1.2.8 then the error goes away. Pulling in ^1.2.8 was pulling in version 1.2.31 (!)
Same for me - 1.2.8 works, ^1.2.8 resolves into 1.2.31 which has this error.