feat(reactivity): deferredComputed

Note: this is not exposed as part of Vue API, only as
a lower-level API specific to @vue/reactivity
This commit is contained in:
Evan You
2021-07-20 17:39:19 -04:00
parent d87d059ac1
commit 14ca881a1b
3 changed files with 274 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ export {
ComputedGetter,
ComputedSetter
} from './computed'
export { deferredComputed } from './deferredComputed'
export {
effect,
stop,