mirror of https://github.com/vuejs/core.git
chore: comments (#5332) [ci skip]
This commit is contained in:
parent
220f255fe9
commit
cd92654510
|
@ -204,7 +204,7 @@ function createReactiveObject(
|
||||||
if (existingProxy) {
|
if (existingProxy) {
|
||||||
return existingProxy
|
return existingProxy
|
||||||
}
|
}
|
||||||
// only a whitelist of value types can be observed.
|
// only specific value types can be observed.
|
||||||
const targetType = getTargetType(target)
|
const targetType = getTargetType(target)
|
||||||
if (targetType === TargetType.INVALID) {
|
if (targetType === TargetType.INVALID) {
|
||||||
return target
|
return target
|
||||||
|
|
Loading…
Reference in New Issue