mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-12-21 07:49:08 +08:00
Fix: open select instance dialog
This commit is contained in:
parent
fa8370ee45
commit
e2d035e95e
@ -115,8 +115,8 @@ const submit = async () => {
|
||||
};
|
||||
|
||||
onMounted(async () => {
|
||||
await initInstancesData();
|
||||
open.value = true;
|
||||
await initInstancesData();
|
||||
});
|
||||
|
||||
const handleQueryInstance = throttle(async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user