perf(reactivity): avoid triggering re-render if computed value did not change

This commit is contained in:
Evan You
2021-07-06 22:01:59 -04:00
parent f5617fc3bb
commit ebaac9a56d
3 changed files with 41 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ export {
} from './reactive'
export {
computed,
setComputedScheduler,
ComputedRef,
WritableComputedRef,
WritableComputedOptions,