chore: remove unncessary property on ComputedRef interface
This commit is contained in:
parent
bde855e017
commit
cc09772d55
@ -5,7 +5,6 @@ import { ReactiveFlags, toRaw } from './reactive'
|
|||||||
|
|
||||||
export interface ComputedRef<T = any> extends WritableComputedRef<T> {
|
export interface ComputedRef<T = any> extends WritableComputedRef<T> {
|
||||||
readonly value: T
|
readonly value: T
|
||||||
defer?: (fn: () => void) => void
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface WritableComputedRef<T> extends Ref<T> {
|
export interface WritableComputedRef<T> extends Ref<T> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user