From c8960e9075aacfdee6ab1c1e6507eea3d72e43b1 Mon Sep 17 00:00:00 2001 From: wltter <153717981+wangluyu-798@users.noreply.github.com> Date: Fri, 14 Jun 2024 20:55:19 +0800 Subject: [PATCH] feat: add vue3-lottie (#154) ## Summary by CodeRabbit - **New Features** - Integrated "vue3-lottie" for enhanced animation capabilities in the app. --------- Co-authored-by: huqinglong Co-authored-by: fengmk2 Co-authored-by: fengmk2 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f36668c..0dd3edd 100644 --- a/package.json +++ b/package.json @@ -18145,6 +18145,9 @@ }, "pinia-plugin-persistedstate": { "version": "*" + }, + "vue3-lottie":{ + "version": "*" } } }