Forgot a note

This commit is contained in:
Timothy Farrell 2018-11-02 20:44:04 +00:00
parent 66314e5c92
commit ea29882fae

View File

@ -30,6 +30,10 @@ const showDialog = computed(
);
```
Note: Property and container dependencies are "locked" while the computation function is run. If
there are any out-of-band updates to a dependency, the value will be set but will not propagate
until after the computation function is complete and the computed's subscribers are notified.
### Read
Call the computed to receive the computed value. The value will be computed if any upstream