From af5495596d623ce1c6f632ca9fb15b59e9fe4b3a Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Wed, 25 Sep 2024 16:59:45 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=96=87=E7=AB=A0=E9=80=89=E9=A1=B9=E5=8D=A1?= =?UTF-8?q?=E9=A3=8E=E6=A0=BC=E5=88=87=E6=8D=A2=E6=97=A0=E5=8F=8D=E5=BA=94?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/model-article-list/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/model-article-list/index.vue b/src/components/model-article-list/index.vue index 34c8e81b..6596d0a8 100644 --- a/src/components/model-article-list/index.vue +++ b/src/components/model-article-list/index.vue @@ -206,7 +206,7 @@ const carousel_height_computer = computed(() => { return new_style.value.name_size * 2 + new_style.value.article_height + 'px'; }); watch( - props.value, + () => props.value, (newVal, oldValue) => { const new_content = newVal?.content; const new_style = newVal?.style;