We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacf216 commit bb1e030Copy full SHA for bb1e030
README.md
@@ -167,6 +167,11 @@ b.list.push(
167
b.list[1].count === 1; // true
168
```
169
170
+### ***Using*** `reactive` will mutate the origin object
171
+
172
+This is an limitation of using `Vue.observable` in Vue 2.
173
+> Vue 3 will return an new proxy object.
174
175
---
176
177
## `watch()` API
README.zh-CN.md
+### `reactive` 会返回一个修改过的原始的对象
+此行为与 Vue 2 中的 `Vue.observable` 一致
+> Vue 3 中会返回一个新的的代理对象.
0 commit comments