Nuxt/packages/nuxt/src/app/composables
2023-06-14 15:37:21 +01:00
..
asyncData.ts feat(nuxt): return status from useAsyncData (#21045) 2023-06-09 22:38:14 +01:00
chunk.ts feat(nuxt): enable chunk error handling by default (#19086) 2023-03-08 12:17:22 +00:00
component.ts perf(nuxt): mark define functions as side-effect free at source (#21434) 2023-06-07 11:11:24 +01:00
cookie.ts feat(nuxt): sync useCookie state between tabs (#20970) 2023-06-06 23:21:51 +01:00
error.ts fix(nuxt): ensure useError is called with nuxt app context (#20585) 2023-05-01 23:55:24 +01:00
fetch.ts fix(nuxt): fix useLazyFetch types (#20989) 2023-05-22 08:25:50 +01:00
hydrate.ts refactor(nuxt): use relative imports into composables (#7487) 2022-09-14 11:22:03 +02:00
index.ts feat(nuxt): provide clearNuxtState composable (#21409) 2023-06-09 22:22:21 +01:00
payload.ts style: enable sort-imports eslint rule (#20133) 2023-04-07 09:02:47 -07:00
preload.ts feat(nuxt): add experimental typedPages option (#20367) 2023-05-09 18:08:07 +01:00
ready.ts fix(nuxt): make onNuxtReady safe to run on server-side (#18706) 2023-02-02 05:27:48 -08:00
router.ts fix(nuxt): abort navigation when updating window.location (#21521) 2023-06-14 15:37:21 +01:00
ssr.ts fix(nuxt): mark useRequestHeaders keys as optional (#20286) 2023-04-15 15:43:19 +01:00
state.ts feat(nuxt): provide clearNuxtState composable (#21409) 2023-06-09 22:22:21 +01:00
url.ts feat(nuxt): add useRequestURL helper (#20765) 2023-05-13 22:09:37 +01:00