From af085d457ee05fae6ed5a492a9bc13d6757aceb5 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 20 Aug 2025 10:33:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20PluginCardListView.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plugin/PluginCardListView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/plugin/PluginCardListView.vue b/src/views/plugin/PluginCardListView.vue index 4f045deb..fd7a4f05 100644 --- a/src/views/plugin/PluginCardListView.vue +++ b/src/views/plugin/PluginCardListView.vue @@ -215,7 +215,7 @@ const defaultColor = '#2196F3' // 计算过滤表单是否全部为空 const isFilterFormEmpty = computed(() => { return ( - filterForm.name === '' && + !filterForm.name && filterForm.author.length === 0 && filterForm.label.length === 0 && filterForm.repo.length === 0