Commit 6b6d2ff8 by 芋道源码 Committed by Gitee

!632 update src/components/Echart/src/Echart.vue.

Merge pull request !632 from ddlu/N/A
parents 5fce1afe b9326463
...@@ -9,6 +9,10 @@ import { useAppStore } from '@/store/modules/app' ...@@ -9,6 +9,10 @@ import { useAppStore } from '@/store/modules/app'
import { isString } from '@/utils/is' import { isString } from '@/utils/is'
import { useDesign } from '@/hooks/web/useDesign' import { useDesign } from '@/hooks/web/useDesign'
import "echarts/lib/component/markPoint"
import "echarts/lib/component/markLine"
import "echarts/lib/component/markArea"
defineOptions({ name: 'EChart' }) defineOptions({ name: 'EChart' })
const { getPrefixCls, variables } = useDesign() const { getPrefixCls, variables } = useDesign()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment