Skip to content

Commit 6b6d2ff

Browse files
YunaiVgitee-org
authored andcommitted
!632 update src/components/Echart/src/Echart.vue.
Merge pull request !632 from ddlu/N/A
2 parents 5fce1af + b932646 commit 6b6d2ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Echart/src/Echart.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ import { useAppStore } from '@/store/modules/app'
99
import { isString } from '@/utils/is'
1010
import { useDesign } from '@/hooks/web/useDesign'
1111
12+
import "echarts/lib/component/markPoint"
13+
import "echarts/lib/component/markLine"
14+
import "echarts/lib/component/markArea"
15+
1216
defineOptions({ name: 'EChart' })
1317
1418
const { getPrefixCls, variables } = useDesign()

0 commit comments

Comments
 (0)