Skip to content

Commit

Permalink
🐛 修复数据监听异常
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Sep 20, 2024
1 parent c452be8 commit 539e21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/common/Achievements.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ onMounted(async () => {
});
watch(
() => uidCur,
() => uidCur.value,
async () => await refreshOverview(),
);
Expand Down

0 comments on commit 539e21c

Please sign in to comment.