File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ counter.value = counter.value || Math.round(Math.random() * 1000)
46
46
: link-example { to =" /docs/examples/advanced/use-cookie " }
47
47
48
48
:: 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 ) .
50
50
::
51
51
52
52
## Options
@@ -153,7 +153,7 @@ Specifies the `boolean` or `string` value for [watch](https://vuejs.org/api/reac
153
153
- ` false ` - Will not watch cookie ref data changes.
154
154
155
155
:: 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 ) .
157
157
::
158
158
159
159
** Example 1:**
You can’t perform that action at this time.
0 commit comments