perf(reactivity): avoid triggering re-render if computed value did not change
This commit is contained in:
@@ -30,6 +30,7 @@ export {
|
||||
} from './reactive'
|
||||
export {
|
||||
computed,
|
||||
setComputedScheduler,
|
||||
ComputedRef,
|
||||
WritableComputedRef,
|
||||
WritableComputedOptions,
|
||||
|
||||
Reference in New Issue
Block a user