Skip to content

Commit

Permalink
Vue should preserve whitespace between spans
Browse files Browse the repository at this point in the history
  • Loading branch information
eronisko committed Apr 12, 2024
1 parent 770bede commit eefc263
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ import BottomModal from './components/BottomModal.vue'
import NewsletterSignupFormController from './components/newsletter-signup/FormController.vue'
import NewsletterSignupBottomModalController from './components/newsletter-signup/BottomModalController.vue'

createApp()
createApp({
compilerOptions: {
whitespace: 'preserve',
},
})
.use(VueMasonryPlugin)
.use(VueClickAway)
.use(i18nVue, {
Expand Down

0 comments on commit eefc263

Please sign in to comment.