mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-05-02 04:46:33 +08:00
✨fixed: echarts bug
This commit is contained in:
parent
e3515e79b3
commit
53813a4e5c
@ -45,7 +45,7 @@
|
|||||||
"dayjs": "^1.10.4",
|
"dayjs": "^1.10.4",
|
||||||
"echarts": "^5.0.2",
|
"echarts": "^5.0.2",
|
||||||
"echarts-wordcloud": "^2.0.0",
|
"echarts-wordcloud": "^2.0.0",
|
||||||
"element-ui": "^2.15.0",
|
"element-ui": "^2.15.1",
|
||||||
"jsencrypt": "^3.0.1",
|
"jsencrypt": "^3.0.1",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"maptalks": "^0.49.1",
|
"maptalks": "^0.49.1",
|
||||||
@ -56,7 +56,7 @@
|
|||||||
"screenfull": "^5.1.0",
|
"screenfull": "^5.1.0",
|
||||||
"vab-icon": "^0.0.1",
|
"vab-icon": "^0.0.1",
|
||||||
"vue": "^2.6.12",
|
"vue": "^2.6.12",
|
||||||
"vue-echarts": "^6.0.0-alpha.3",
|
"vue-echarts": "5.0.0-beta.0",
|
||||||
"vue-router": "^3.5.1",
|
"vue-router": "^3.5.1",
|
||||||
"vuex": "^3.6.2",
|
"vuex": "^3.6.2",
|
||||||
"zx-count": "^0.3.7",
|
"zx-count": "^0.3.7",
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
import * as echarts from 'echarts'
|
import 'echarts'
|
||||||
import VabChart from 'vue-echarts'
|
import VabChart from 'vue-echarts'
|
||||||
|
|
||||||
VabChart.graphic = echarts.graphic
|
|
||||||
export default VabChart
|
export default VabChart
|
||||||
|
Loading…
x
Reference in New Issue
Block a user