mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-08 14:44:58 +08:00
update src/components/Echart/src/Echart.vue.
echart 没有显示markLine、markPoint、markArea 如果延后到 vue显示页面加入此三行,线上会出错 Signed-off-by: ddlu <ludd@mail.ustc.edu.cn>
This commit is contained in:
parent
472da9274e
commit
b9326463c2
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user