Skip to content

Commit 1464aaa

Browse files
authored
更改鏈接
將指向英文文檔的鏈接改成指向中文文檔。
1 parent 43df35d commit 1464aaa

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

189189
## 观察 Watchers
190190

0 commit comments

Comments
 (0)