mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
feat(schema): enable cookieStore
by default
https://github.com/nuxt/nuxt/pull/25198
This commit is contained in:
parent
79b5db3a4d
commit
f597ca59af
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user