Skip to content

Commit 01597d8

Browse files
committed
remove domain
1 parent b546a00 commit 01597d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/glossary/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Vue can only track reactive dependencies within a reactive effect. If a property
265265
The term is derived from 'side effect'. Calling the effect function is a side effect of the property value being changed.
266266

267267
For more details see:
268-
- [Guide - Reactivity in Depth](https://vuejs.org/guide/extras/reactivity-in-depth.html)
268+
- [Guide - Reactivity in Depth](/guide/extras/reactivity-in-depth.html)
269269

270270
## reactivity {#reactivity}
271271

0 commit comments

Comments
 (0)