Remove redundant self-assignment watcher in navbar state

Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
2026-03-08 14:14:11 +08:00
parent 2927037bbe
commit 7309c97502

View File

@@ -203,10 +203,6 @@ watch(
{ deep: true },
);
watch(filterName, (newVal) => {
filterName.value = newVal;
});
/**
* Handles navigation when a navbar tab is clicked.
* @param {Event} event - The click event from the nav item.