fix(frontend): better migration detection

Fix #15656
This commit is contained in:
syuilo
2025-03-13 18:05:44 +09:00
parent 59169a6450
commit bdf80c49d8
2 changed files with 80 additions and 70 deletions

View File

@@ -326,6 +326,7 @@ export async function common(createVue: () => App<Element>) {
return {
isClientUpdated,
lastVersion,
app,
};
}