mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🐛 修复数据监听异常
This commit is contained in:
@@ -117,7 +117,7 @@ onMounted(async () => {
|
||||
});
|
||||
|
||||
watch(
|
||||
() => uidCur,
|
||||
() => uidCur.value,
|
||||
async () => await refreshOverview(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user