vue-charts icon indicating copy to clipboard operation
vue-charts copied to clipboard

"TypeError: t._h is not a function"

Open phamvanthanh opened this issue 7 years ago • 3 comments

Hi, Everything was fine and one day I opened the chart then the error shown

phamvanthanh avatar Jul 03 '17 04:07 phamvanthanh

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.

brokenalarms avatar Sep 23 '17 21:09 brokenalarms

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 (!)

oppiansteve avatar Oct 29 '17 13:10 oppiansteve

Same for me - 1.2.8 works, ^1.2.8 resolves into 1.2.31 which has this error.

seeker1983 avatar Dec 09 '17 14:12 seeker1983