fix: update css import

This commit is contained in:
tim
2025-08-14 17:20:02 +08:00
parent b63ebb8fae
commit 1a1b20b9cf
2 changed files with 52 additions and 60 deletions

View File

@@ -146,14 +146,6 @@ onMounted(async () => {
await updateUnread()
},
)
watch(
() => router.currentRoute.value.fullPath,
() => {
if (userMenu.value) userMenu.value.close()
showSearch.value = false
},
)
})
</script>