nuxt / bridge

🌉 Experience Nuxt 3 features on existing Nuxt 2 projects
MIT License
268 stars 28 forks source link

support Nuxt 4 #1263

Open wattanx opened 4 days ago

wattanx commented 4 days ago

We would like to make it as compatible with the changes in Nuxt 4 as possible, to facilitate a smoother migration.

### Tasks
- [ ] Default `data` and `error` values in `useAsyncData` and `useFetch`
- [ ] Removal of deprecated `boolean` values for `dedupe` option when calling `refresh` in `useAsyncData` and `useFetch`
- [ ] Shallow Data Reactivity in `useAsyncData` and `useFetch`