From 552dc36fec6558ab7bef902e0b817681b0bd3539 Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Thu, 21 Mar 2024 19:47:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9F=A5=E9=87=8D=E9=A1=B5=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E8=AE=BE=E7=BD=AE=E4=B8=BA=E5=B9=B3=E9=93=BA?= 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 0a5cfdd..9b6ba34 100644 --- a/src/views/home/content/Content.vue +++ b/src/views/home/content/Content.vue @@ -23,7 +23,7 @@ let _masonry: null | Masonry = null let _imagesload: any const masonryRef = ref(null) const el = ref(null) -const viewMode = ref('tile') +const viewMode = ref('masonry') const pagination = reactive({ pageNo: 0, pageSize: 30,