Skip to content

Commit cc09772

Browse files
committed
chore: remove unncessary property on ComputedRef interface
1 parent bde855e commit cc09772

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/reactivity/src/computed.ts

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { ReactiveFlags, toRaw } from './reactive'
55

66
export interface ComputedRef<T = any> extends WritableComputedRef<T> {
77
readonly value: T
8-
defer?: (fn: () => void) => void
98
}
109

1110
export interface WritableComputedRef<T> extends Ref<T> {

0 commit comments

Comments
 (0)