From 6869b6d46df95853c6549ee24e02ca9afd7c1cee Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Wed, 1 Jan 2025 20:07:15 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E9=80=80=E5=87=BA=E6=94=BE=E6=98=A0?= =?UTF-8?q?=E6=97=B6=E8=87=AA=E5=8A=A8=E5=AE=9A=E4=BD=8D=E7=BC=A9=E7=95=A5?= =?UTF-8?q?=E5=9B=BE=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Editor/Thumbnails/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Editor/Thumbnails/index.vue b/src/views/Editor/Thumbnails/index.vue index 380316d6..a387c566 100644 --- a/src/views/Editor/Thumbnails/index.vue +++ b/src/views/Editor/Thumbnails/index.vue @@ -141,7 +141,7 @@ watch(() => slideIndex.value, () => { }, 100) } }) -}) +}, { immediate: true }) // 切换页面 const changeSlideIndex = (index: number) => {