Skip to content

Commit

Permalink
Merge pull request #213 from R-Sourabh/#187-html-template
Browse files Browse the repository at this point in the history
Fixed: html tags not working in the translations (#187)
  • Loading branch information
ymaheshwari1 authored Apr 29, 2024
2 parents 4ce5bf9 + 9a63c74 commit ed4d34c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ import localeMessages from './locales';

const app = createApp(App)
.use(IonicVue, {
mode: 'md'
mode: 'md',
innerHTMLTemplatesEnabled: true
})
.use(router)
.use(i18n)
Expand Down

0 comments on commit ed4d34c

Please sign in to comment.