docs: fix link

This commit is contained in:
Anthony Fu 2024-07-02 18:41:58 +02:00 committed by Daniel Roe
parent 373d015ae7
commit e9b88f81e7
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -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:**