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