Alex Liu
Alex Liu
### 🔗 Linked issue Resolve #23085 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug fix...
### 🔗 Linked issue Resolve #21 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking...
### Describe the bug When we use Nuxt3 with vue-query, we will write code like this: ```ts import { useQuery } from '@tanstack/vue-query'; import { onServerPrefetch } from 'vue'; const...
## Description We could write this in code, but the types would be unwrapped: ````ts const date = ref(new Date()) ```` We can declare types that should avoid reference unwrapping...
close #8787
### Environment ------------------------------ - Operating System: Darwin - Node Version: v20.9.0 - Nuxt Version: 3.8.2 - CLI Version: 3.10.0 - Nitro Version: 2.8.0 - Package Manager: [email protected] - Builder: -...
More and more people are integrating `vite-svg-loader` with Nuxt in their projects. To assist users in setting this up quickly, we could consider providing a clear configuration guide in the...
**Describe the bug** When I run `npm install` it produces the following error ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving:...
### Describe the bug When we set `validateMode` to `input`, the `` will not display correct error message. ### Reproduction https://stackblitz.com/edit/vitejs-vite-n6vjf9?file=src/App.vue ### Steps to reproduce 1. Open the minimal reproducible...