Nuxt/packages/nuxt3/src/app/composables
2022-03-17 11:47:41 +01:00
..
asyncData.ts feat(nuxt3): watch option for useAsyncData to auto refresh (#3722) 2022-03-16 23:49:30 +01:00
component.ts fix(nuxt3): handle legacy asyncData (options api) as ref (#2668) 2022-01-11 18:41:55 +01:00
cookie.ts fix(nuxt3): don't mutate options when unsetting cookie (#2481) 2021-12-21 13:02:55 +01:00
error.ts feat(nitro, nuxt3): allow handling otherwise unhandled runtime errors (#3464) 2022-03-11 09:22:16 +01:00
fetch.ts feat(nuxt3): useFetch with dynamic reactive request (#3731) 2022-03-17 11:47:41 +01:00
hydrate.ts refactor: rename runtime nuxt to nuxtApp equivalents (#460) 2021-08-27 15:30:53 +02:00
index.ts feat(nitro, nuxt3): allow handling otherwise unhandled runtime errors (#3464) 2022-03-11 09:22:16 +01:00
router.ts refactor: add some more explicit types (#3721) 2022-03-16 23:44:22 +01:00
ssr.ts fix(nuxt3): remove undefined headers in useRequestHeaders (#2526) 2021-12-23 23:33:10 +01:00
state.ts fix(nuxt3): add missing toRef import for useState 2021-10-12 18:24:27 +02:00