How to resolve i18n conflicts between Nuxt3 and a custom vue library?
I have made a third-party Vue library that has its own i18n (I export it to be used in app.use() for another Vue web app). This library is being used inside a Nuxt3 app. However, there seems to be a conflict between the i18n of Nuxt and the Vue library. I tried to define a plugin as follows: