From f07b7dbbb054b7294c1fffaa6f5694bd76bf71d8 Mon Sep 17 00:00:00 2001 From: owen Date: Fri, 15 Dec 2023 17:12:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=A5=E9=94=80=EF=BC=9A=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E8=A3=85=E4=BF=AE=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 80355f3acd7d00f9bba752756f80e7555ae9f940) --- src/components/AppLinkInput/AppLinkSelectDialog.vue | 1 + src/components/AppLinkInput/index.vue | 2 +- .../DiyEditor/components/mobile/MenuSwiper/index.vue | 4 ++-- .../DiyEditor/components/mobile/MenuSwiper/property.vue | 2 +- src/components/DiyEditor/components/mobile/TitleBar/index.vue | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/AppLinkInput/AppLinkSelectDialog.vue b/src/components/AppLinkInput/AppLinkSelectDialog.vue index 41a43590..63f19662 100644 --- a/src/components/AppLinkInput/AppLinkSelectDialog.vue +++ b/src/components/AppLinkInput/AppLinkSelectDialog.vue @@ -29,6 +29,7 @@ :key="appLinkIndex" :content="appLink.path" placement="bottom" + :show-after="300" > () watch( - () => appLink, + () => appLink.value, () => emit('update:modelValue', appLink.value) ) diff --git a/src/components/DiyEditor/components/mobile/MenuSwiper/index.vue b/src/components/DiyEditor/components/mobile/MenuSwiper/index.vue index 6ae6439c..f8e2bbc6 100644 --- a/src/components/DiyEditor/components/mobile/MenuSwiper/index.vue +++ b/src/components/DiyEditor/components/mobile/MenuSwiper/index.vue @@ -28,7 +28,7 @@ - +