mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
docs: add refreshCookie
on useCookie
doc page (#27744)
This commit is contained in:
parent
b279849631
commit
97f3788009
@ -45,6 +45,10 @@ counter.value = counter.value || Math.round(Math.random() * 1000)
|
|||||||
|
|
||||||
:link-example{to="/docs/examples/advanced/use-cookie"}
|
:link-example{to="/docs/examples/advanced/use-cookie"}
|
||||||
|
|
||||||
|
::note
|
||||||
|
Refresh `useCookie` values manually when a cookie has changed with [`refreshCookie`](/api/utils/refresh-cookie).
|
||||||
|
::
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
Cookie composable accepts several options which let you modify the behavior of cookies.
|
Cookie composable accepts several options which let you modify the behavior of cookies.
|
||||||
@ -148,6 +152,10 @@ Specifies the `boolean` or `string` value for [watch](https://vuejs.org/api/reac
|
|||||||
- `shallow` - Will watch cookie ref data changes for only top level properties
|
- `shallow` - Will watch cookie ref data changes for only top level properties
|
||||||
- `false` - Will not watch cookie ref data changes.
|
- `false` - Will not watch cookie ref data changes.
|
||||||
|
|
||||||
|
::note
|
||||||
|
Refresh `useCookie` values manually when a cookie has changed with [`refreshCookie`](/api/utils/refresh-cookie).
|
||||||
|
::
|
||||||
|
|
||||||
**Example 1:**
|
**Example 1:**
|
||||||
|
|
||||||
```vue
|
```vue
|
||||||
|
Loading…
Reference in New Issue
Block a user