From dc66ec6f3c3ae560bdcbb5e0a1790b27228205e8 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Thu, 03 Mar 2022 23:33:09 +0800
Subject: [PATCH] 修复图片定位问题

---
 package.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index 9e7238d..32686ea 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,8 @@
 		"vue-infinite-scroll": "^2.0.2",
 		"vue-markdown": "^2.2.4",
 		"vue-router": "^3.5.3",
-		"vuex": "^3.6.2"
+		"vuex": "^3.6.2",
+		"wowjs": "^1.1.3"
 	},
 	"devDependencies": {
 		"@vue/cli-plugin-babel": "^3.8.0",

--
Gitblit v1.9.1