From b856015e4769e2b5df205318a9bb3326142f8d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E9=91=AB?= <1219654535@qq.com> Date: Tue, 6 Jun 2023 16:17:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E6=9C=AF=E7=A4=BE=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ImageLoading.vue | 2 +- .../pages/community/use-community-article.ts | 26 ++++++++++++------- pages/community/vamx.vue | 11 ++++++-- 3 files changed, 26 insertions(+), 13 deletions(-) diff --git a/components/ImageLoading.vue b/components/ImageLoading.vue index 5f18dfc..5277e5f 100644 --- a/components/ImageLoading.vue +++ b/components/ImageLoading.vue @@ -11,7 +11,7 @@ const { isLoading, error } = useImage({ src: avatarUrl })