We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472da92 commit b932646Copy full SHA for b932646
src/components/Echart/src/Echart.vue
@@ -9,6 +9,10 @@ import { useAppStore } from '@/store/modules/app'
9
import { isString } from '@/utils/is'
10
import { useDesign } from '@/hooks/web/useDesign'
11
12
+import "echarts/lib/component/markPoint"
13
+import "echarts/lib/component/markLine"
14
+import "echarts/lib/component/markArea"
15
+
16
defineOptions({ name: 'EChart' })
17
18
const { getPrefixCls, variables } = useDesign()
0 commit comments