-
-
### Clear and concise description of the problem
I would like to be able to organise my translations into multiple namespaces, to better organise my code.
### Suggested solution
Add namespaced tran…
-
### Is your feature request related to a problem? Please describe.
According to Vue Telemetry there are now more static websites than non-static websites:
- Static: https://api.vuetelemetry.…
lihbr updated
3 years ago
-
Hey, really nice plugin but when I installed it on Nuxt 3 it breaks hot module reload.
Does anyone have any advice / managed to fix it?
-
### Environment
- Operating System: Darwin
- Node Version: v20.5.0
- Nuxt Version: 3.9.3
- CLI Version: 3.10.0
- Nitro Version: 2.8.1
- Package Manager: yarn@1.22.21
- Builder:…
-
**Describe the bug**
EffectComposer in Nuxt3 ,canvas is no color.
**Reproduction**
https://stackblitz.com/edit/github-fbtfij?file=app.vue
**Expected behavior**
![image](https://github.com/u…
-
### Environment
$ npx nuxi info
Working directory: D:/workspace/go/src/snowdream.tech/vue-nuxt-element-template 07:10:09
Nuxt project info: …
-
**Describe the bug**
A `Cannot read properties of undefined (reading '$model')` error when using Vuelidate 2.x with Nuxt V2
I'm not sure why the $model would be undefined. Does anything seem wrong…
-
### Environment
nitropack: 1.0.0
nuxt3: 1.0.0
node: node18
### Reproduction
nuxt3
```
pnpm build
```
```
pnpm preview
```
### Describe the bug
invalid url will cause 500 err…
-
I defined a file in plugins folder.
```
import PwaInstall from '@khmyznikov/pwa-install';
export default defineNuxtPlugin(nuxtApp => {
nuxtApp.vueApp.use(PwaInstall);
});
```
Use this compo…