-
### Environment
- Operating System: `Darwin`
- Node Version: `v18.16.0`
- Nuxt Version: `3.5.2`
- Nitro Version: `2.4.1`
- Package Manager: `npm@9.6.7`
- Builder: `vite`
- …
-
### What problem does this feature solve?
Role-based applications could load different layouts based on the user's role. Currently, I am utilizing the layout property in every component like:
```
…
-
### Describe the bug
Trying to use store in a plugin but I found out that states do not persist when a store is used in a plugin with Nuxt 3. When removed from plugin, persist works. Followed nuxt 3 …
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### What would you like to see changed/added?
If there is a .npmrc file in my home directory, the node version information…
-
*This could be considered either a bug or feature request, so please feel free to re-categorize as you see fit!*
**What Renovate type are you using?**
Renovate CLI
**Describe the bug**
If `lat…
-
### Describe the bug
Hi,
I'm trying to use your plugin to store the data of my store persistent. I've follwed the steps from the documentation and read some tickets here in github. But it still …
-
### Describe the bug
When I'm launching my vite application : I have the following error
`vendor-vi.55d2bc52.js:3156 Uncaught Error: Vitest failed to access its internal state.
One of the fo…
-
### Describe the bug
I'm using pinia as my state management engine, and I'm passing in an object from the store into a component as a `v-model` prop, which is then bound to a local variable using `…
-
## The dependency [nuxt](https://github.com/nuxt/nuxt.js) was updated from `2.5.0` to `2.5.1`.
🚨 [View failing branch](https://github.com/lovethebomb/la-discotheque/compare/master...lovethebomb:gree…
-
### Describe the bug
Hi, I rencently try to migrate my cra+webpack project to vite project.And when I have finished the transition work, I use `pnpm run dev` which corresponds to `dev: vite dev` to…