Open kickthemooon opened 3 weeks ago
The reproduction repository: https://github.com/kickthemooon/nuxt-i18n-hmr-issue
As the title says, I'm having trouble getting HMR to work when using $t() in combination with v-html https://github.com/kickthemooon/nuxt-i18n-hmr-issue/blob/main/app.vue
$t()
v-html
The i18n config is here https://github.com/kickthemooon/nuxt-i18n-hmr-issue/blob/main/i18n.config.ts
My general goal is to also use html in my translations where necessary.
No response
Environment
Reproduction
The reproduction repository: https://github.com/kickthemooon/nuxt-i18n-hmr-issue
Describe the bug
As the title says, I'm having trouble getting HMR to work when using
$t()
in combination withv-html
https://github.com/kickthemooon/nuxt-i18n-hmr-issue/blob/main/app.vueThe i18n config is here https://github.com/kickthemooon/nuxt-i18n-hmr-issue/blob/main/i18n.config.ts
Additional context
My general goal is to also use html in my translations where necessary.
Logs
No response