Skip to content

Commit e508da7

Browse files
committed
632 【轻量级 PR】:update src/components/Echart/src/Echart.vue.
1 parent 6b6d2ff commit e508da7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Echart/src/Echart.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ 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"
12+
import 'echarts/lib/component/markPoint'
13+
import 'echarts/lib/component/markLine'
14+
import 'echarts/lib/component/markArea'
1515
1616
defineOptions({ name: 'EChart' })
1717

0 commit comments

Comments
 (0)