src/views/im/manager/statistics/components/trend-chart.vue
@@ -1,9 +1,9 @@ <script lang="ts" setup> import type { EChartsOption, EchartsUIType } from '..\..\..\..\..\packages\effects\plugins\src\echarts'; import type { EChartsOption, EchartsUIType } from '#/packages/effects/plugins/src/echarts'; import { nextTick, onMounted, ref } from 'vue'; import { EchartsUI, useEcharts } from '..\..\..\..\..\packages\effects\plugins\src\echarts'; import { EchartsUI, useEcharts } from '#/packages/effects/plugins/src/echarts'; import { Card, Select } from 'ant-design-vue';