修复切换页签时会清空搜索框的问题

This commit is contained in:
2026-03-15 14:47:48 +08:00
parent 6e725e25c8
commit 7e1f85c058
2 changed files with 0 additions and 8 deletions

View File

@@ -78,11 +78,4 @@ watch(
localSearchQuery.value = newVal || "";
},
);
watch(
() => props.activeCategory,
() => {
localSearchQuery.value = "";
},
);
</script>