From 8a344b663fb567a4545a1c15455aa74fe072aef6 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Mon, 7 Jul 2025 17:41:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=9A=E4=B8=AA=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=A1=86=E5=85=B1=E5=AD=98=E6=97=B6=EF=BC=8C=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E9=9D=A2=E6=9D=BF=E4=B8=8D=E8=87=AA=E5=8A=A8=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomDropdown.vue | 25 +++++++++++++++++++------ src/components/SliderMenu.vue | 4 ++-- src/utils/eventBus.js | 3 +++ 3 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 src/utils/eventBus.js diff --git a/src/components/CustomDropdown.vue b/src/components/CustomDropdown.vue index 29879fc..56435aa 100644 --- a/src/components/CustomDropdown.vue +++ b/src/components/CustomDropdown.vue @@ -1,11 +1,13 @@