Lots of changes & improvements

This commit is contained in:
Starystars67
2025-12-23 11:51:13 +00:00
parent 07a84f25d5
commit b3d6f59aaf
18 changed files with 557 additions and 153 deletions
+1 -4
View File
@@ -22,7 +22,4 @@ window.locale = i18n.global.locale
import router from './routes'
createApp(App)
.use(i18n)
.use(router)
.mount('#app')
createApp(App).use(i18n).use(router).mount('#app')