We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde855e commit cc09772Copy full SHA for cc09772
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