mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
更新 PluginCardListView.vue
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user