Nuxt/packages/nuxt/src/app/composables
Mehdi HosseinZade 04c8625843
feat(nuxt): deep watch useCookie ref value by default (#9664)
* feat(nuxt): useCookie add deep watch option

* docs(api): useCookie add deepWatch option

* feat(nuxt): useCookie change deepWatch to watch option

* boolean|shallow

* enable watch by default

* docs: fix example

* docs(api): update useCookie example

Co-authored-by: Pooya Parsa <pooya@pi0.io>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-12-19 12:50:46 +01:00
..
asyncData.ts refactor: split out type imports from value imports (#9225) 2022-12-11 21:44:52 +00:00
component.ts refactor: split out type imports from value imports (#9225) 2022-12-11 21:44:52 +00:00
cookie.ts feat(nuxt): deep watch useCookie ref value by default (#9664) 2022-12-19 12:50:46 +01:00
error.ts refactor: split out type imports from value imports (#9225) 2022-12-11 21:44:52 +00:00
fetch.ts chore(deps): update all non-major dependencies (#9670) 2022-12-12 16:45:15 +00:00
hydrate.ts refactor(nuxt): use relative imports into composables (#7487) 2022-09-14 11:22:03 +02:00
index.ts feat: useNuxtData composable (#9262) 2022-12-05 14:07:33 +01:00
payload.ts fix(nuxt): ensure payload url has no protocol (#8675) 2022-11-03 23:28:13 +01:00
preload.ts fix(nuxt): don't use or assignment (#8299) 2022-10-19 09:55:32 +02:00
ready.ts feat(nuxt): add onNuxtReady composable (#9478) 2022-12-05 11:09:58 +01:00
router.ts refactor: split out type imports from value imports (#9225) 2022-12-11 21:44:52 +00:00
ssr.ts refactor: split out type imports from value imports (#9225) 2022-12-11 21:44:52 +00:00
state.ts refactor(nuxt): use relative imports into composables (#7487) 2022-09-14 11:22:03 +02:00