Skip to content

Commit e074758

Browse files
authored
docs: 深入响应式原理->深入响应式系统 与侧边栏保持一致
1 parent 3e15e5f commit e074758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/reactivity-fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ const myRef = {
217217

218218
另一个 ref 的好处是,与普通变量不同,你可以将 ref 传递给函数,同时保留对最新值和响应式连接的访问。当将复杂的逻辑重构为可重用的代码时,这将非常有用。
219219

220-
该响应性系统在[深入响应式原理](/guide/extras/reactivity-in-depth)章节中有更详细的讨论。
220+
该响应性系统在[深入响应式系统](/guide/extras/reactivity-in-depth)章节中有更详细的讨论。
221221
</div>
222222

223223
<div class="options-api">

0 commit comments

Comments
 (0)