[docs] clarify reactivity tutorial text (#6628)

pull/7738/head
James Pickard 5 years ago committed by GitHub
parent a6ab0911dc
commit be270e2ce7

@ -38,4 +38,4 @@ const foo = obj.foo;
foo.bar = 'baz'; 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