From 9c695b19fc896c497c20bda6089f824c1705836c Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Mon, 28 Feb 2022 21:12:42 +0800 Subject: [PATCH] 添加md预览弹窗 --- 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