mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-26 16:55:06 +08:00
632 【轻量级 PR】:update src/components/Echart/src/Echart.vue.
This commit is contained in:
@ -9,9 +9,9 @@ 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"
|
||||
import 'echarts/lib/component/markPoint'
|
||||
import 'echarts/lib/component/markLine'
|
||||
import 'echarts/lib/component/markArea'
|
||||
|
||||
defineOptions({ name: 'EChart' })
|
||||
|
||||
|
Reference in New Issue
Block a user