0
点赞
收藏
分享

微信扫一扫

Echarts 初始化TypeError Cannot read properties of undefined (reading ‘init‘)

ZMXQQ233 2022-02-21 阅读 47

在这里插入图片描述

导入echarts时用:import echarts from ‘echarts’ 出现 “Cannot read property ‘init’ of undefined” 报错,改成 import * as echarts from ‘echarts’ 后解决。

举报

相关推荐

0 条评论