-
### Environment
- Operating System: `Darwin`
- Node Version: `v18.15.0`
- Nuxt Version: `3.11.2`
- CLI Version: `3.11.1`
- Nitro Version: `2.9.6`
- Package Manager: `npm@9.5.0`
…
-
### Environment
- Operating System: Linux
- Node Version: v20.17.0
- Nuxt Version: 3.12.4
- CLI Version: 3.13.0
- Nitro Version: -
- Package Manager: pnpm@9.7.1
- Builder: …
-
Forwarded from downstream issue:
- https://github.com/nuxt/nuxt/issues/22225 by @michaelvcolianna
### Environment
------------------------------
- Operating System: Darwi…
-
Hi!
This my first issue :)
I have a problem with integration storybook 8+ and nuxt 3.11+, auto imports is not working in testing components.
Example _TestingComponent.vue:_
```
import { ref }…
-
### Environment
------------------------------
- Operating System: Darwin
- Node Version: v21.6.1
- Nuxt Version: 3.12.3
- CLI Version: 3.12.0
- Nitro Version: 2.9.6
- Package…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v18.15.0`
- Nuxt Version: `3.11.1`
- CLI Version: `3.11.0`
- Nitro Version: `2.9.4`
- Package Manager: `pnpm@8.15.3…
-
const {logout, user} = useSanctumAuth();
const signout = async () => {
await logout();
current_branch_name.value = null;
current_branch_number.value = null;
current_branch_role.value = …
-
### Environment
------------------------------
- Operating System: Windows_NT
- Node Version: v18.16.0
- Nuxt Version: 3.12.2
- CLI Version: 3.12.0
- Nitro Version: 2.9.6
- Pa…
-
### Describe the feature
Would be nice to have a `@nuxt/devtools` integration for `nuxt-i18n`
### Additional information
- [x] Would you be willing to help implement this feature?
- [ ] Could this …
-
### Describe the feature
My Nuxt config has a few routes on `ssr: false`. For example `/blog` is `ssr: false`. nuxt-i18n will add a prefix per language, for example `/nl/blog`.
It seems like, in m…