mirror of https://github.com/vuejs/core.git
chore: fix typo (#11535) [ci skip]
This commit is contained in:
parent
8a99f903db
commit
139548e0e0
|
@ -115,7 +115,7 @@ class BaseReactiveHandler implements ProxyHandler<Target> {
|
||||||
: reactiveMap
|
: reactiveMap
|
||||||
).get(target) ||
|
).get(target) ||
|
||||||
// receiver is not the reactive proxy, but has the same prototype
|
// receiver is not the reactive proxy, but has the same prototype
|
||||||
// this means the reciever is a user proxy of the reactive proxy
|
// this means the receiver is a user proxy of the reactive proxy
|
||||||
Object.getPrototypeOf(target) === Object.getPrototypeOf(receiver)
|
Object.getPrototypeOf(target) === Object.getPrototypeOf(receiver)
|
||||||
) {
|
) {
|
||||||
return target
|
return target
|
||||||
|
|
Loading…
Reference in New Issue