diff --git a/webapp/frontend/src/main.ts b/webapp/frontend/src/main.ts index 424dfe7f..bb37fc2e 100644 --- a/webapp/frontend/src/main.ts +++ b/webapp/frontend/src/main.ts @@ -65,4 +65,5 @@ app.use(vuetify); } })() +app.config.compilerOptions.whitespace = 'preserve'; app.mount('#app')