Selaa lähdekoodia

!632 update src/components/Echart/src/Echart.vue.
Merge pull request !632 from ddlu/N/A

芋道源码 7 kuukautta sitten
vanhempi
sitoutus
6b6d2ff806
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      src/components/Echart/src/Echart.vue

+ 4 - 0
src/components/Echart/src/Echart.vue

@@ -9,6 +9,10 @@ import { useAppStore } from '@/store/modules/app'
 import { isString } from '@/utils/is'
 import { useDesign } from '@/hooks/web/useDesign'
 
+import "echarts/lib/component/markPoint"
+import "echarts/lib/component/markLine"
+import "echarts/lib/component/markArea"
+
 defineOptions({ name: 'EChart' })
 
 const { getPrefixCls, variables } = useDesign()