Skip to content

Commit

Permalink
Merge pull request #222 from CogStack/vue3-clinicalnote-whitespace
Browse files Browse the repository at this point in the history
CU-86973phjx: fix runtime compilation of templates to preserve whitespace
  • Loading branch information
tomolopolis authored Dec 30, 2024
2 parents 2e448b7 + 2a149e9 commit 31ccb10
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 31ccb10

Please sign in to comment.