chore: fix lint
This commit is contained in:
parent
6b6cdef42d
commit
0e62862119
@ -1,24 +1,23 @@
|
|||||||
import type { EChartsOption } from 'echarts';
|
import type { EChartsOption } from "echarts";
|
||||||
|
|
||||||
import type { Ref } from 'vue';
|
import type { Ref } from "vue";
|
||||||
|
import { computed, nextTick, watch } from "vue";
|
||||||
|
|
||||||
import type { Nullable } from '@vben/types';
|
import type { Nullable } from "@vben/types";
|
||||||
|
|
||||||
import type EchartsUI from './echarts-ui.vue';
|
import type EchartsUI from "./echarts-ui.vue";
|
||||||
|
|
||||||
import { computed, nextTick, watch } from 'vue';
|
import { usePreferences } from "@vben/preferences";
|
||||||
|
|
||||||
import { usePreferences } from '@vben/preferences';
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
tryOnUnmounted,
|
tryOnUnmounted,
|
||||||
useDebounceFn,
|
useDebounceFn,
|
||||||
useResizeObserver,
|
useResizeObserver,
|
||||||
useTimeoutFn,
|
useTimeoutFn,
|
||||||
useWindowSize,
|
useWindowSize
|
||||||
} from '@vueuse/core';
|
} from "@vueuse/core";
|
||||||
|
|
||||||
import echarts from './echarts';
|
import echarts from "./echarts";
|
||||||
|
|
||||||
type EchartsUIType = typeof EchartsUI | undefined;
|
type EchartsUIType = typeof EchartsUI | undefined;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user