We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97cd3e commit 4da7270Copy full SHA for 4da7270
docs/guide/integrations/nuxt3.md
@@ -271,6 +271,9 @@ import VueI18nVitePlugin from '@intlify/unplugin-vue-i18n/vite' // [!code ++]
271
272
// https://nuxt.com/docs/api/configuration/nuxt-config
273
export default defineNuxtConfig({
274
+ build: { // [!code ++]
275
+ transpile: ['vue-i18n'] // [!code ++]
276
+ }, // [!code ++]
277
vite: { // [!code ++]
278
plugins: [ // [!code ++]
279
VueI18nVitePlugin({ // [!code ++]
0 commit comments