Skip to content

Commit 8a880db

Browse files
authored
Revert "更改鏈接"
1 parent a048d52 commit 8a880db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/computed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ computed: {
184184

185185
现在在调用 `vm.fullName = 'John Doe'` 时, setter 会被调用, `vm.firstName``vm.lastName` 也会有相应更新。
186186

187-
关于计算属性背后的原理和技术细节详见[计算属性的奥秘](https://vuefe.cn/guide/reactivity.html)
187+
关于计算属性背后的原理和技术细节详见[计算属性的奥秘](http://rc.vuejs.org/guide/reactivity.html#Inside-Computed-Properties)
188188

189189
## 观察 Watchers
190190

0 commit comments

Comments
 (0)