mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
🐛 修复UID切换数据未刷新
This commit is contained in:
@@ -41,7 +41,7 @@ onMounted(async () => {
|
||||
});
|
||||
|
||||
watch(
|
||||
() => props.cur,
|
||||
() => props.uid,
|
||||
async () => await refreshOverview(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user