chore: 解决 jenkins 依赖问题
parent
75d9655496
commit
d29909f6ab
|
@ -8,10 +8,11 @@
|
|||
<script>
|
||||
import { computed } from 'vue'
|
||||
import useEchart, { commonProps } from '@cmp/cmp-echarts/hooks/useChart'
|
||||
import echarts from '@cmp/cmp-echarts/hooks/echarts'
|
||||
// jenkins 会报错
|
||||
// import echarts from '@cmp/cmp-echarts/hooks/echarts'
|
||||
import { merge } from 'lodash-es'
|
||||
import { DataZoomComponent } from 'echarts/components'
|
||||
echarts.use([DataZoomComponent])
|
||||
// import { DataZoomComponent } from 'echarts/components'
|
||||
// echarts.use([DataZoomComponent])
|
||||
export default {
|
||||
props: {
|
||||
...commonProps,
|
||||
|
|
Loading…
Reference in New Issue