This commit is contained in:
dap
2025-11-30 01:57:43 +08:00
parent e595a9712f
commit 880a768f34
4 changed files with 0 additions and 5 deletions

View File

@@ -5,7 +5,6 @@ import { onMounted, ref } from 'vue';
import { EchartsUI, useEcharts } from '@vben/plugins/echarts'; import { EchartsUI, useEcharts } from '@vben/plugins/echarts';
const chartRef = ref<EchartsUIType>(); const chartRef = ref<EchartsUIType>();
const { renderEcharts } = useEcharts(chartRef); const { renderEcharts } = useEcharts(chartRef);

View File

@@ -5,8 +5,6 @@ import type { ContentCompactType } from '@vben-core/typings';
import { computed } from 'vue'; import { computed } from 'vue';
import { useLayoutContentStyle } from '@vben-core/composables'; import { useLayoutContentStyle } from '@vben-core/composables';
import { Slot } from '@vben-core/shadcn-ui'; import { Slot } from '@vben-core/shadcn-ui';

View File

@@ -9,7 +9,6 @@ import { onBeforeUnmount, onMounted, reactive, ref, watchEffect } from 'vue';
import { unrefElement } from '@vueuse/core'; import { unrefElement } from '@vueuse/core';
export function useModalDraggable( export function useModalDraggable(
targetRef: Ref<HTMLElement | undefined>, targetRef: Ref<HTMLElement | undefined>,
dragRef: Ref<HTMLElement | undefined>, dragRef: Ref<HTMLElement | undefined>,

View File

@@ -5,7 +5,6 @@ import { onMounted, ref } from 'vue';
import { EchartsUI, useEcharts } from '@vben/plugins/echarts'; import { EchartsUI, useEcharts } from '@vben/plugins/echarts';
const chartRef = ref<EchartsUIType>(); const chartRef = ref<EchartsUIType>();
const { renderEcharts } = useEcharts(chartRef); const { renderEcharts } = useEcharts(chartRef);