[docs] clarify reactivity tutorial text (#6628)

pull/6669/head
James Pickard 3 years ago committed by GitHub
parent 268bc71724
commit d85ac7eaa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,4 +38,4 @@ const foo = obj.foo;
foo.bar = 'baz';
```
...won't update references to `obj.foo.bar`, unless you follow it up with `obj = obj`.
...won't trigger reactivity on `obj.foo.bar`, unless you follow it up with `obj = obj`.

Loading…
Cancel
Save