Skip to content

Commit 83bd4fd

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/3.api/2.composables/use-cookie.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ counter.value = counter.value || Math.round(Math.random() * 1000)
4646
:link-example{to="/docs/examples/advanced/use-cookie"}
4747

4848
::note
49-
Refresh `useCookie` values manually when a cookie has changed with [`refreshCookie`](/api/utils/refresh-cookie).
49+
Refresh `useCookie` values manually when a cookie has changed with [`refreshCookie`](/docs/api/utils/refresh-cookie).
5050
::
5151

5252
## Options
@@ -153,7 +153,7 @@ Specifies the `boolean` or `string` value for [watch](https://vuejs.org/api/reac
153153
- `false` - Will not watch cookie ref data changes.
154154

155155
::note
156-
Refresh `useCookie` values manually when a cookie has changed with [`refreshCookie`](/api/utils/refresh-cookie).
156+
Refresh `useCookie` values manually when a cookie has changed with [`refreshCookie`](/docs/api/utils/refresh-cookie).
157157
::
158158

159159
**Example 1:**

0 commit comments

Comments
 (0)
Please sign in to comment.