Forgot a note
This commit is contained in:
parent
66314e5c92
commit
ea29882fae
@ -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
|
||||
|
||||
Reference in New Issue
Block a user