-
### Environment
Nuxt CLI v3.0.0-rc.6 16:22:47
RootDir: * 16:22:47
Nux…
-
### Environment
Operating System: Liunx
Nuxt: 3.2.2;
Nuxi: 3.2.2
Nitro: 2.2.3
Node: 18.16.0
npm: 9.5.1
Builder: vite
### Reproduction
(https://github.com/taishuai110/nuxt3-error/blob…
-
-
### Environment
------------------------------
- Operating System: Windows_NT
- Node Version: v16.16.0
- Nuxt Version: 3.5.2
- Nitro Version: 2.4.1
- Package Manager: yarn@1.22.19
-…
-
I had an issue with my query's on the [...uri].vue in Nuxt 3, where the pages between the uri already loaded and after that they transitioned.
Changing the query from `useFetch` to `useLazyFetch`
…
-
### Environment
- Operating System: `Linux`
- Node Version: `v16.10.0`
- Nuxt Version: `3.0.0-27265876.3cd4494`
- Package Manager: `yarn@1.22.17`
- Bundler: `Vite`
- User Con…
-
### Describe the feature
Currently there is no way to get a list of keys stored by useFetch / useAsyncData (at least documented).
Why would we need it? Generally to exclude them from refreshNuxtData…
-
안녕하세요.
코드리뷰 해주셔서 감사합니다!!
코드리뷰를 정리해서 체크리스로 확인하고 해당항목마다 반영한 사항과 의문 사항을 작성하였습니다.
> 2023.04.24 코드리뷰내용
>
> - [x] ApiUrl 클래스 제거 및 상수화
> - [x] 공통컴포넌트 생성시 타입을 넓게 열어주기
> - [x] 타입과 기능에 따른 유추가능하게 명확한 네이…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v18.12.0`
- Nuxt Version: `3.6.1`
- Nitro Version: `2.5.2`
- Package Manager: `yarn@1.22.19`
- Builder: `vite`
…
-
This is similar to react-query, so take a look at how their interactions work. We are trying to abstract away the retrieving/caching/storage of values into the store.