We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.vue
The 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
The text was updated successfully, but these errors were encountered: