From b68103455b561f66ea536ae7a5f84eeb8e6eacda Mon Sep 17 00:00:00 2001 From: elonehoo Date: Fri, 11 Nov 2022 23:41:56 +0800 Subject: [PATCH] fix:modified to the previous injection --- .../Table/src/components/settings/ColumnSetting.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Table/src/components/settings/ColumnSetting.vue b/src/components/Table/src/components/settings/ColumnSetting.vue index bcabdb0..8963ac2 100644 --- a/src/components/Table/src/components/settings/ColumnSetting.vue +++ b/src/components/Table/src/components/settings/ColumnSetting.vue @@ -25,7 +25,7 @@
-
- + @@ -101,7 +101,7 @@ VerticalRightOutlined, VerticalLeftOutlined, } from '@vicons/antd'; - import vuedraggable from 'vuedraggable'; + import Draggable from 'vuedraggable'; import { useDesignSetting } from '@/hooks/setting/useDesignSetting'; interface Options { @@ -115,7 +115,7 @@ components: { SettingOutlined, DragOutlined, - vuedraggable, + Draggable, VerticalRightOutlined, VerticalLeftOutlined, },