From a6060399766ce78e7f63679017da3bf5c7ef47fb Mon Sep 17 00:00:00 2001 From: MTrun <1262327911@qq.com> Date: Thu, 27 Jan 2022 19:10:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/chart/ContentEdit/hooks/useDrop.hook.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/chart/ContentEdit/hooks/useDrop.hook.ts b/src/views/chart/ContentEdit/hooks/useDrop.hook.ts index 0eed2b4a..81c7e13a 100644 --- a/src/views/chart/ContentEdit/hooks/useDrop.hook.ts +++ b/src/views/chart/ContentEdit/hooks/useDrop.hook.ts @@ -1,7 +1,5 @@ import { toRefs } from 'vue' -import { useThrottleFn } from '@vueuse/core' import { getChartEditStore } from './useStore.hook' -import { EditCanvasTypeEnum } from '@/store/modules/chartEditStore/chartEditStore.d' import { DragKeyEnum } from '@/enums/editPageEnum' import { createComponent } from '@/packages' import { ConfigType } from '@/packages/index.d'