update ssr

This commit is contained in:
2026-04-02 15:01:05 +00:00
parent 051fc27dac
commit d473b0f59e
22 changed files with 118 additions and 120 deletions

View File

@@ -22,7 +22,6 @@ const unreadCount = computed(() => notificationStore.unreadCount.value);
const mutableNotifications = computed(() => notificationStore.notifications.value.slice(0, 8));
const toggle = (event?: Event) => {
console.log(event);
visible.value = !visible.value;
if (visible.value && !notificationStore.loaded.value) {
void notificationStore.fetchNotifications();