chore: typo (#1113)
This commit is contained in:
parent
6be2b73f8a
commit
42a99d28ae
@ -111,7 +111,7 @@ function createReactiveObject(
|
|||||||
return target
|
return target
|
||||||
}
|
}
|
||||||
// target is already a Proxy, return it.
|
// target is already a Proxy, return it.
|
||||||
// excpetion: calling readonly() on a reactive object
|
// exception: calling readonly() on a reactive object
|
||||||
if (target.__v_raw && !(isReadonly && target.__v_isReactive)) {
|
if (target.__v_raw && !(isReadonly && target.__v_isReactive)) {
|
||||||
return target
|
return target
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user