Closed 704559035 closed 3 years ago
"vue": "2.6.12",
"echarts": "5.0.1",
"echarts-liquidfill": "3.0.0",
import * as echarts from "echarts";
import "echarts-liquidfill";
- 这是我使用的版本,能正常运行
"vue": "2.6.12", "echarts": "5.0.1", "echarts-liquidfill": "3.0.0",
- 我在vue中是这样引入的
import * as echarts from "echarts"; import "echarts-liquidfill";
么么哒!!
vue 如何引入 liquidfill
报错:
app.js:978 TypeError: Cannot read property 'extendShape' of undefined at eval (liquidFillShape.js?61b3:3) at Module../node_modules/echarts-liquidfill/src/liquidFillShape.js (2.js:7942) at webpack_require__ (app.js:854) at fn (app.js:151) at eval (liquidFillView.js?cb7d:1) at Module../node_modules/echarts-liquidfill/src/liquidFillView.js (2.js:7954) at webpack_require__ (app.js:854) at fn (app.js:151) at eval (liquidFill.js?a98e:1) at Module../node_modules/echarts-liquidfill/src/liquidFill.js (2.js:7918)