From 2351ec7b85c50330fd881fe07ec292eef0a0137b Mon Sep 17 00:00:00 2001 From: thofx Date: Thu, 31 Aug 2023 22:34:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=AD=9B=E9=80=89=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=E7=9A=84bug=20#28?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- src/views/discover/TorrentCardListView.vue | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 51554251..17ddb602 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "@iconify/vue": "4.1.1", "@intlify/unplugin-vue-i18n": "^0.10.0", "@tailwindcss/aspect-ratio": "^0.4.2", + "@types/lodash": "^4.14.197", "@types/node": "^20.1.4", "@types/webfontloader": "^1.6.34", "@typescript-eslint/eslint-plugin": "^5.59.5", @@ -96,4 +97,4 @@ "resolutions": { "postcss": "8" } -} \ No newline at end of file +} diff --git a/src/views/discover/TorrentCardListView.vue b/src/views/discover/TorrentCardListView.vue index f1bfaa2e..094d14f4 100644 --- a/src/views/discover/TorrentCardListView.vue +++ b/src/views/discover/TorrentCardListView.vue @@ -1,5 +1,6 @@