From a7857d4142876c563c957f6ca5d7961a93bb6b8d Mon Sep 17 00:00:00 2001 From: JINGYJ <1458671527@qq.com> Date: Tue, 16 Jan 2024 17:55:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9C=8D=E5=8A=A1=E5=99=A8=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AnimationCard/animation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AnimationCard/animation.tsx b/src/components/AnimationCard/animation.tsx index 85a192d..2f81d5b 100644 --- a/src/components/AnimationCard/animation.tsx +++ b/src/components/AnimationCard/animation.tsx @@ -12,7 +12,7 @@ export default defineComponent({ setup(props) { const animationPic = ref(null); //获取dom function initAnimate() { - console.log(props.value, "lottie"); + // console.log(props.value, "lottie"); lottie.loadAnimation({ container: animationPic.value, //选择渲染dom renderer: "svg", //渲染格式