import Highcharts from "highcharts";
this.chart = new Highcharts.Chart('container', options);
H5 调试情况下显示正常
在手机联调的情况下 ,一直提示 undefined is not a constructor (evaluating 'new _highcharts.default.Chart('container', options)') __ERROR
请问是app webview 对哪个功能函数 或者 某个语法不支持吗?