dap
2024-08-07 16:17:32 +08:00
parent 4bef95bbfa
commit 8312d7f738
3 changed files with 30 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ function handleViewAll() {
<template #notification>
<Notification
:dot="notifyStore.showDot"
:notifications="notifyStore.notificationList"
:notifications="notifyStore.notifications"
@clear="notifyStore.clearAllMessage"
@make-all="notifyStore.setAllRead"
@read="notifyStore.setRead"