Skip to content

Commit

Permalink
Fixed: html tags not working in the translations (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed Apr 29, 2024
1 parent dce065e commit 81b708c
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 @@ -38,7 +38,8 @@ import { setUserTimeZone, getAvailableTimeZones} from '@/adapter'

const app = createApp(App)
.use(IonicVue, {
mode: 'md'
mode: 'md',
innerHTMLTemplatesEnabled: true
})
.use(logger, {
level: process.env.VUE_APP_DEFAULT_LOG_LEVEL
Expand Down

0 comments on commit 81b708c

Please sign in to comment.