vue-echarts在ie不兼容

解决:
步骤1:cnpm 改为 npm, npm i echarts vue-echarts -S
步骤2:npm i resize-detector -S
步骤3:vue.config.js文件写入

module.exports = {
    transpileDependencies: [
        'vue-echarts',
        'resize-detector',
    ],
}

作者:smaVivian
链接:https://www.jianshu.com/p/f22504197f3c
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

你可能感兴趣的:(vue-echarts)