From 2a149e9e9592c3f519fc52e692d330a9ab12b9f2 Mon Sep 17 00:00:00 2001 From: tomolopolis Date: Mon, 30 Dec 2024 16:56:37 +0000 Subject: [PATCH] CU-86973phjx: fix runtime compilation of templates to preserve whitespace --- webapp/frontend/src/main.ts | 1 + 1 file changed, 1 insertion(+) 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')