review:同步 vue5 官方的差异

This commit is contained in:
YunaiV
2025-09-01 23:29:44 +08:00
parent 4062bb03fb
commit 67da079606
11 changed files with 34 additions and 7 deletions

View File

@@ -133,7 +133,7 @@ async function handleNotificationMakeAll() {
/** 清空通知 */
async function handleNotificationClear() {
handleNotificationMakeAll();
await handleNotificationMakeAll();
}
/** 标记单个已读 */