chore: typo (#1113)

This commit is contained in:
Jackliu
2020-05-04 16:30:24 +08:00
committed by GitHub
parent 6be2b73f8a
commit 42a99d28ae

View File

@@ -111,7 +111,7 @@ function createReactiveObject(
return target
}
// 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)) {
return target
}