mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: fix link
This commit is contained in:
parent
373d015ae7
commit
e9b88f81e7
@ -46,7 +46,7 @@ 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
|
::note
|
||||||
Refresh `useCookie` values manually when a cookie has changed with [`refreshCookie`](/api/utils/refresh-cookie).
|
Refresh `useCookie` values manually when a cookie has changed with [`refreshCookie`](/docs/api/utils/refresh-cookie).
|
||||||
::
|
::
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
@ -153,7 +153,7 @@ Specifies the `boolean` or `string` value for [watch](https://vuejs.org/api/reac
|
|||||||
- `false` - Will not watch cookie ref data changes.
|
- `false` - Will not watch cookie ref data changes.
|
||||||
|
|
||||||
::note
|
::note
|
||||||
Refresh `useCookie` values manually when a cookie has changed with [`refreshCookie`](/api/utils/refresh-cookie).
|
Refresh `useCookie` values manually when a cookie has changed with [`refreshCookie`](/docs/api/utils/refresh-cookie).
|
||||||
::
|
::
|
||||||
|
|
||||||
**Example 1:**
|
**Example 1:**
|
||||||
|
Loading…
Reference in New Issue
Block a user