Skip to content

Commit

Permalink
CU-86973phjx: fix runtime compilation of templates to preserve whites…
Browse files Browse the repository at this point in the history
…pace
  • Loading branch information
tomolopolis committed Dec 30, 2024
1 parent 2e448b7 commit 2a149e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/frontend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ app.use(vuetify);
}
})()

app.config.compilerOptions.whitespace = 'preserve';
app.mount('#app')

0 comments on commit 2a149e9

Please sign in to comment.