fix
This commit is contained in:
@@ -141,7 +141,7 @@ const allImages = computed(() => {
|
||||
|
||||
// 计算属性:根据选择的分类过滤图片
|
||||
const filteredImages = computed(() => {
|
||||
if (selectedCategory.value === "全部") {
|
||||
if (selectedCategory.value === "All" || selectedCategory.value === "全部") {
|
||||
return allImages.value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user