vue -01 TypeError: Cannot read property'init' of undefined (use echarts in vue)

error:
Insert picture description here


Reason: wrong version


Solution:
Prerequisite: Use 5.0 version of echarts
method 1. Replace with 4.8 version of echarts
method 2: import * as echarts from'echarts'
(instead of import echarts from'echarts')

Guess you like

Origin blog.csdn.net/Forest_2Cat/article/details/113442590