diff --git a/src/main.ts b/src/main.ts index 3348b940..79ec4bce 100644 --- a/src/main.ts +++ b/src/main.ts @@ -111,5 +111,5 @@ initializeApp().then(() => { }, }) .mount('#app') - .$nextTick(() => setTimeout(() => removeEl('#loading-bg'), 500)) + .$nextTick(() => removeEl('#loading-bg')) })