-
### Environment
Classic nuxt 3 project with this as nuxt.config :
```
modules: ["@nuxt/content", "@nuxtjs/i18n", '@nuxt/devtools'],
content: {
locales:[
'en', 'fr'
],
…
-
Is it possible to manually include deps? I have a Nuxt app which defines these in nuxt.config.js so I doubt this plugin could auto pick them up, which is fine I don't mind adding them manually, but I …
-
### Environment
- Operating System: Linux
- Node Version: v18.18.0
- Nuxt Version: 3.8.0
- CLI Version: 3.9.1
- Nitro Version: 2.7.2
- Package Manager: npm@10.2.3
- Builder: …
-
### Environment
- Operating System: `Linux`
- Node Version: `v20.10.0`
- Nuxt Version: `3.9.3`
- CLI Version: `3.10.0`
- Nitro Version: `2.8.1`
- Package Manager: `npm@10.4.0`
…
-
### Environment
- Operating System: Linux
- Node Version: v18.17.1
- Nuxt Version: 3.7.3
- CLI Version: 3.9.0
- Nitro Version: 2.6.4-28243740.058bacf
- Package Manager: bun@1.…
-
### Description
#### package.json:
"dependencies": {
"@vexip-ui/icons": "^1.2.1",
"nuxt": "^3.11.1",
"pug": "^3.0.2",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"de…
-
### Environment
Operating System: Darwin
Node Version: v18.16.0
Nuxt Version: 3.11.1
CLI Version: 3.11.0
Nitro Version: 2.9.4
Package Manager: npm@9.8.1
Builder: -
User Config: extends, devtoo…
-
### Describe the feature
If we have a special implementation in the prerender environment, we may want to test it with its built from time to time.
case: https://github.com/nuxt-modules/i18n/pull/…
-
When I changing i18n locale it doesn`t change Vuetify.locale.current (useLocale().current)
I have '@nuxtjs/i18n' and 'vuetify-nuxt-module' in my nuxt.config...
-
### Current behavior:
At the moment Nuxt PWA module supports a single-dimensional set of properties that only assumes 1 possible language for generated manifest.
```
manifest: {
name: 'Nuxt …