解決“export ‘default‘ (imported as ‘echarts‘) was not found in ‘ec
今天我在vue中引入echarts時報錯“export ‘default‘ (imported as ‘echarts‘) was not found in ‘echarts‘ ”,查閱相關(guān)資料后,echarts for?react不支持echarts版本5.0.0。
1、檢查echarts版本號
????????npm ls echarts
或則在page.json中查看

版本為5.4.6,于是我們們重裝4.9.0
2、重新安裝
卸載:npm uninstall echarts
安裝:npm install echarts@4.9.0

項目可以正常運(yùn)行了。

以下為湊字?jǐn)?shù)。
Echarts
官網(wǎng)鏈接:http://echarts.baidu.com/index.html
github:https://github.com/ecomfe/echarts
文檔頁:http://echarts.baidu.com/option.html
標(biāo)簽: