Skip to content

wevu / index / WritableComputedOptions

接口: WritableComputedOptions<T>

定义于: packages/wevu/src/reactivity/computed.ts:21

类型参数

T

T

属性

get

get: ComputedGetter<T>

定义于: packages/wevu/src/reactivity/computed.ts:22


set

set: ComputedSetter<T>

定义于: packages/wevu/src/reactivity/computed.ts:23

Released under the MIT License.