perf(projects): move changing document title by locale to global event of composables & add appLoading unmount

This commit is contained in:
Soybean
2023-05-31 01:44:18 +08:00
parent 5f6caab338
commit 08e194efe9
3 changed files with 22 additions and 12 deletions

View File

@ -29,6 +29,8 @@ async function setupApp() {
setupI18n(app);
appLoading.unmount();
// mount app
app.mount('#app');
}