From d6d0d75573834d1a46a68cafa09d50a35bca2e5c Mon Sep 17 00:00:00 2001 From: crrashh1542 Date: Fri, 23 Feb 2024 15:39:26 +0800 Subject: [PATCH 1/7] =?UTF-8?q?fix(LoadAnim):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E5=8A=A8=E7=94=BB=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20(#110)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Vue的setup生命周期过早,动画无法正常加载 Signed-off-by: crrashh1542 --- src/components/LoadAnim.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/LoadAnim.vue b/src/components/LoadAnim.vue index 820a1bf..e61ac7b 100644 --- a/src/components/LoadAnim.vue +++ b/src/components/LoadAnim.vue @@ -1,8 +1,10 @@ -