feat(schema): enable cookieStore by default

https://github.com/nuxt/nuxt/pull/25198
This commit is contained in:
Daniel Roe 2024-05-01 21:00:36 +01:00
parent 79b5db3a4d
commit f597ca59af
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -317,7 +317,7 @@ export default defineUntypedSchema({
* Enables CookieStore support to listen for cookie updates (if supported by the browser) and refresh `useCookie` ref values.
* @see [CookieStore](https://developer.mozilla.org/en-US/docs/Web/API/CookieStore)
*/
cookieStore: false,
cookieStore: true,
/**
* This allows specifying the default options for core Nuxt components and composables.