chore: 更新注释信息

This commit is contained in:
dap
2024-10-18 15:02:39 +08:00
parent 8788d2eeab
commit 162b3207fd
3 changed files with 12 additions and 4 deletions

View File

@@ -75,6 +75,7 @@ export const useNotifyStore = defineStore(
userId: userId.value,
});
// 需要手动置空 vue3在值相同时不会触发watch
data.value = null;
});
}