UPD: Styling

This commit is contained in:
Robert Kossessa
2024-01-31 03:16:24 +01:00
parent 4923df419f
commit 2f0e3c3fd5
5 changed files with 81 additions and 23 deletions

View File

@@ -47,4 +47,7 @@ const i18n = createI18n({
const app = createApp(App)
app.use(pinia)
app.use(i18n)
app.config.globalProperties.window = window
app.mount('#app')