fix: issues

This commit is contained in:
Rogee
2024-12-13 20:12:57 +08:00
parent 8a48f202f2
commit 13ebc91220
11 changed files with 109 additions and 37 deletions

View File

@@ -10,4 +10,6 @@ const app = createApp(App)
app.use(createPinia())
app.use(router)
// remove loading
document.getElementById("loading").remove()
app.mount('#app')