From 457add90bdad25f50ce6a0e7821b6b13dd14fd5a Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 25 Oct 2025 15:30:19 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90ele=E3=80=91=E3=80=90mall?= =?UTF-8?q?=E3=80=91=E5=B0=86=20vertical-button-group=20=E8=BF=81=E7=A7=BB?= =?UTF-8?q?=E5=88=B0=20mall/promotion/components=20=E4=B8=AD=EF=BC=8C?= =?UTF-8?q?=E8=81=9A=E7=84=A6=E4=B8=80=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/diy-editor/components/component-container.vue | 2 +- .../mall/promotion}/components/vertical-button-group/index.vue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) rename apps/web-ele/src/{ => views/mall/promotion}/components/vertical-button-group/index.vue (86%) diff --git a/apps/web-ele/src/components/diy-editor/components/component-container.vue b/apps/web-ele/src/components/diy-editor/components/component-container.vue index 5a9b803d1..a2d1d1797 100644 --- a/apps/web-ele/src/components/diy-editor/components/component-container.vue +++ b/apps/web-ele/src/components/diy-editor/components/component-container.vue @@ -11,7 +11,7 @@ import { IconifyIcon } from '@vben/icons'; import { ElButton, ElTooltip } from 'element-plus'; import { components } from '#/components/diy-editor/components/mobile'; -import VerticalButtonGroup from '#/components/vertical-button-group/index.vue'; +import { VerticalButtonGroup } from '#/views/mall/promotion/components'; /** * 组件容器:目前在中间部分 diff --git a/apps/web-ele/src/components/vertical-button-group/index.vue b/apps/web-ele/src/views/mall/promotion/components/vertical-button-group/index.vue similarity index 86% rename from apps/web-ele/src/components/vertical-button-group/index.vue rename to apps/web-ele/src/views/mall/promotion/components/vertical-button-group/index.vue index 9d78c1f0a..2c076afa5 100644 --- a/apps/web-ele/src/components/vertical-button-group/index.vue +++ b/apps/web-ele/src/views/mall/promotion/components/vertical-button-group/index.vue @@ -1,8 +1,7 @@