更新 PluginCardListView.vue

This commit is contained in:
jxxghp
2025-08-20 10:33:52 +08:00
committed by GitHub
parent fb36033939
commit af085d457e
+1 -1
View File
@@ -215,7 +215,7 @@ const defaultColor = '#2196F3'
// 计算过滤表单是否全部为空 // 计算过滤表单是否全部为空
const isFilterFormEmpty = computed(() => { const isFilterFormEmpty = computed(() => {
return ( return (
filterForm.name === '' && !filterForm.name &&
filterForm.author.length === 0 && filterForm.author.length === 0 &&
filterForm.label.length === 0 && filterForm.label.length === 0 &&
filterForm.repo.length === 0 filterForm.repo.length === 0