-
## Description
Create a useFetch hook to fetch data from an API and handle loading/error states.
## Task
- Implement the useFetch hook.
## Acceptance Criteria
- The useFetch hook should fetch data …
-
### Environment
Node18
### Reproduction
```
expect(withQuery("/test", { paths: "path1%7Cpath2" })).toBe(
"/test?paths=path1%7Cpath2"
);
```
### Describe the bug
This is an i…
-
Thanks for this tool. It has definitely got me thinking as to the best way to get cookie based authentication working in my project. I'm so very surprised how hard this has been and that Nuxt itself d…
-
> * For the hydration mismatch this is probably a bug, do you have a repro ? With useFetch the data fetched on SSR is passed in the payload to the client (so you should see it in the nuxt devtools in …
-
### Environment
Nuxt project info: …
-
### Environment
Nuxi 3.0.0 …
-
### Environment
Nuxt 3, Vue latest, Vite, Nitro
### Reproduction
```vue
const currentPage = ref(1);
const search = ref("");
const {
data: patients,
error,
pending,
refresh,
} = aw…
-
### Environment
Nuxi 3.6.0 11:36:18 PM
…
-
### Environment
------------------------------
- Operating System: `Darwin`
- Node Version: `v17.2.0`
- Nuxt Version: `3.0.0-27404660.0f9bcbf`
- Package Manager: `yarn@1.22.17`
- Bundle…
-
### Environment
- Operating System: `Linux`
- Node Version: `v18.7.0`
- Nuxt Version: `3.0.0-rc.12`
- Nitro Version: `0.6.0`
- Package Manager: `npm@8.15.0`
- Builder: `vite…