Error in mounted hook: “TypeError: Cannot read property ‘init‘ of undefined“

今天在使用ECharts的时候遇到了报错:
Error in mounted hook: “TypeError: Cannot read property ‘init’ of undefined”
原因:echarts的引入方式错误:
正确的echarts引入方式:

let echarts = require('echarts')

你可能感兴趣的:(echarts)