gaoluyang
2026-06-24 bfdc0e0e6d5e47aa501f9b6fadd143d9c97cf00a
src/packages/effects/plugins/src/echarts/use-echarts.ts
@@ -2,7 +2,7 @@
import type { Ref } from 'vue';
import type { Nullable } from '..\..\..\..\types\src';
import type { Nullable } from '../../../../types/src';
import type EchartsUI from './echarts-ui.vue';
@@ -18,7 +18,7 @@
  watch,
} from 'vue';
import { usePreferences } from '..\..\..\..\preferences\src';
import { usePreferences } from '../../../../preferences/src';
import {
  tryOnUnmounted,