3 天以前 bbce6db600e6bb0cf2a3bb78bdf5ccff70b737a8
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';