Open
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Nuxt3 with nuxt-trustbox-module currently gives locale is not defined error.
Describe the solution you'd like
Support for Nuxt3
Describe alternatives you've considered
Additional context
Trustbox code:
<client-only>
<trustbox
template-id="---"
locale="nl-NL"
style-height="150px"
style-width="400px" />
</client-only>
Nuxt config:
[
'nuxt-trustbox-module',
{
businessunitId: '-------',
businessunitName: '---------',
locale: 'nl-NL'
}
]
The following error is produced:
ERROR [unhandledRejection] locale is not defined
Metadata
Metadata
Assignees
Labels
No labels