From 049fecfaaec48522f053b5be91abfa64ca5229e0 Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Thu, 21 Mar 2024 15:37:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E7=80=91=E5=B8=83=E6=B5=81=E5=88=86=E9=A1=B5=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=EF=BC=8C=E6=BB=9A=E7=AD=92=E6=9D=A1=E5=9B=9E=E5=88=B0=E9=A1=B6?= =?UTF-8?q?=E9=83=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/content/Content.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/home/content/Content.vue b/src/views/home/content/Content.vue index eaf308e..5481562 100644 --- a/src/views/home/content/Content.vue +++ b/src/views/home/content/Content.vue @@ -60,7 +60,7 @@ const layout = debounce(() => { return if (_masonry !== null) - (_masonry as any).destroy() + (_masonry as any).addItems() _masonry = new Masonry(masonryRef.value as any, { itemSelector: '.grid-item',