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:
@@ -36,6 +36,7 @@ export {
|
||||
ComputedGetter,
|
||||
ComputedSetter
|
||||
} from './computed'
|
||||
export { deferredComputed } from './deferredComputed'
|
||||
export {
|
||||
effect,
|
||||
stop,
|
||||
|
||||
Reference in New Issue
Block a user