Skip to content

Commit 72e72b6

Browse files
committed
update hyperlink
1 parent bb52381 commit 72e72b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ a = 10 // 修改 a 的值, 我们期待会重新执行 update 方法,并且 su
132132

133133
我们知道,在 ES6(ES2015) 之前,如果想拦截数据的读取和赋值操作,只能使用 `Object.defineProperty()` 将对象属性转换为 getter / setter 的形式,这也是 Vue2 所采用的方式,但是在 ES6+ 中,我们可以使用代理 `Proxy` 来实现对数据的拦截。
134134

135-
[简单了解下 Proxy & Reflect](https://w2xi.github.io/vue3-anaysis/proxy-and-reflect.html)
135+
[简单了解下 Proxy & Reflect](https://w2xi.github.io/vue3-analysis/prerequisites/proxy-and-reflect.html)
136136

137137
现在我们重新定义一些术语:
138138

0 commit comments

Comments
 (0)