diff --git a/src/components/Echart/src/Echart.vue b/src/components/Echart/src/Echart.vue index fd3342dd..d8bacd19 100644 --- a/src/components/Echart/src/Echart.vue +++ b/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()