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