We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d80a3d commit 05e5c98Copy full SHA for 05e5c98
packages/reactivity/src/computed.ts
@@ -5,7 +5,6 @@ import { ReactiveFlags, toRaw } from './reactive'
5
6
export interface ComputedRef<T = any> extends WritableComputedRef<T> {
7
readonly value: T
8
- defer?: (fn: () => void) => void
9
}
10
11
export interface WritableComputedRef<T> extends Ref<T> {
0 commit comments